mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
restore ctrl+f to accept suggestions
This commit is contained in:
parent
f989b1d8ca
commit
ef39c88231
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ in
|
|||
set fish_cursor_replace_one underscore blink
|
||||
set fish_cursor_visual block
|
||||
'' +
|
||||
# Restore ctrl+f to accept suggestions
|
||||
''
|
||||
bind -M insert \cf forward-char
|
||||
bind -M default \cf forward-char
|
||||
bind -M visual \cf forward-char
|
||||
'' +
|
||||
# Use terminal colors
|
||||
''
|
||||
set -U fish_color_autosuggestion brblack
|
||||
|
|
Loading…
Reference in a new issue