mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 07:32:55 +00:00
11 lines
292 B
Fish
11 lines
292 B
Fish
#!/usr/local/bin/fish
|
|
|
|
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 \cf 'fcd'
|
|
bind -M insert \x1F accept-autosuggestion
|
|
bind -M default \x1F accept-autosuggestion
|
|
end
|