summaryrefslogtreecommitdiff
path: root/functions/fish_user_key_bindings.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/fish_user_key_bindings.fish')
-rw-r--r--functions/fish_user_key_bindings.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions/fish_user_key_bindings.fish b/functions/fish_user_key_bindings.fish
new file mode 100644
index 0000000..6caad84
--- /dev/null
+++ b/functions/fish_user_key_bindings.fish
@@ -0,0 +1,5 @@
+function fish_user_key_bindings
+ bind \co sudo-execute
+ bind \cv foreground-vi
+ bind \cq quote-word
+end