restore ctrl+f to accept suggestions

This commit is contained in:
John Bowdre 2023-07-28 20:08:31 -05:00
parent f989b1d8ca
commit ef39c88231

View file

@ -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