useful-fish/functions/fish_user_key_bindings.fish
2022-08-15 18:31:22 +02:00

5 lines
104 B
Fish

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