summaryrefslogtreecommitdiff
path: root/functions/fish_user_key_bindings.fish
blob: 6caad84d80296041898c9ffe2a43832a6488b722 (plain)
1
2
3
4
5
function fish_user_key_bindings
	bind \co sudo-execute
	bind \cv foreground-vi
	bind \cq quote-word
end