fish: use ctrl-f for accept autosuggestion

this corresponds to the default bind
This commit is contained in:
dogeystamp 2023-01-21 15:37:32 -05:00
parent 6085c934cc
commit 195902be40
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -27,8 +27,7 @@ set fish_greeting ""
# Enable Vi bindings
fish_vi_key_bindings
bind -M insert \ce accept-autosuggestion -m default
bind -M default \ce execute
bind -M insert \cf accept-autosuggestion
set __fish_git_prompt_showdirtystate 1
set __fish_git_prompt_showupstream auto