dotfiles/fish/functions/fish_user_key_bindings.fish
2020-11-04 17:35:19 +01:00

5 lines
104 B
Fish

function fish_user_key_bindings
bind \co sudo-execute
bind \cv foreground-vi
bind \cq quote-word
end