aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
diff options
context:
space:
mode:
authorGravatar Christian Rishøj <christian@rishoj.net>2013-09-09 18:46:16 +0200
committerGravatar Christian Rishøj <christian@rishoj.net>2013-09-09 18:46:16 +0200
commitcd1c2f74d3bcc9a1d3c5eaad007788e950e27c74 (patch)
tree3a97cce87848bcb2019f113d00de2560052d1e16 /share/functions/fish_default_key_bindings.fish
parenta1020b3e6129ddeee8709a757f3275c19a81a0f5 (diff)
add support for downcase-word, upcase-word and capitalise-word
Diffstat (limited to 'share/functions/fish_default_key_bindings.fish')
-rw-r--r--share/functions/fish_default_key_bindings.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish
index f610e891..ff3d6faa 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -70,6 +70,10 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
bind \cb backward-char
bind \ct transpose-chars
bind \et transpose-words
+ bind \eu upcase-word
+ # This clashes with __fish_list_current_token
+ # bind \el downcase-word
+ bind \ec capitalize-word
bind \e\x7f backward-kill-word
bind \eb backward-word
bind \ef forward-word