fish: bind ctrl-e to accept and run autosuggestion

This commit is contained in:
dogeystamp 2023-01-20 22:02:50 -05:00
parent 089a44c031
commit 9f95047a05
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -26,3 +26,6 @@ set fish_greeting ""
# Enable Vi bindings
fish_vi_key_bindings
bind -M insert \ce accept-autosuggestion -m default
bind -M default \ce execute