aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-09-05 00:46:19 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-09-05 00:46:19 -0700
commit7561075af8a375d6f6c14be0132e9d65ac650aa6 (patch)
tree909d375abb90426110657323b099db9b3886ec36 /share/functions/fish_default_key_bindings.fish
parentfe10f98038aad5d6289426aadbf72f325d508a04 (diff)
OS X Mavericks keybinding fix
Diffstat (limited to 'share/functions/fish_default_key_bindings.fish')
-rw-r--r--share/functions/fish_default_key_bindings.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish
index 26db71d9..f610e891 100644
--- a/share/functions/fish_default_key_bindings.fish
+++ b/share/functions/fish_default_key_bindings.fish
@@ -35,6 +35,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
# OS X SnowLeopard doesn't have these keys. Don't show an annoying error message.
bind -k home beginning-of-line 2> /dev/null
bind -k end end-of-line 2> /dev/null
+ bind \e\[3\;2~ backward-delete-char # Mavericks Terminal.app shift-delete
bind \e\eOC nextd-or-forward-word
bind \e\eOD prevd-or-backward-word