From 16a7b26fd53731370708e30fc8fd81b5fc331e57 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 15 Aug 2022 18:31:22 +0200 Subject: Initial commit --- functions/fish_user_key_bindings.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 functions/fish_user_key_bindings.fish (limited to 'functions/fish_user_key_bindings.fish') 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 -- cgit