autosuggestion keybinding

This commit is contained in:
Noah Masur
2021-05-05 08:32:39 -04:00
parent 96dcac70d8
commit e616d30fb3
2 changed files with 11 additions and 8 deletions

View File

@ -4,4 +4,5 @@ function fish_user_key_bindings
bind -M insert \co 'edit'
bind -M insert \ce 'recent'
bind -M insert \cg 'commandline-git-commits'
bind -M insert \x1F accept-autosuggestion
end