diff options
author | Arthur Kalmenson <arthur.kalm@gmail.com> | 2011-04-19 22:40:46 -0400 |
---|---|---|
committer | Arthur Kalmenson <arthur.kalm@gmail.com> | 2011-04-19 22:40:46 -0400 |
commit | 7d9628b2dcccb5627c59380de331e3c906c8164d (patch) | |
tree | cec443d963b87a1a3bce8341376f5d9d83fc7631 /lib/key-bindings.zsh | |
parent | c7c959de60add8371e08926d642b2bbb7406ce84 (diff) | |
download | zsh-7d9628b2dcccb5627c59380de331e3c906c8164d.tar.gz zsh-7d9628b2dcccb5627c59380de331e3c906c8164d.tar.bz2 zsh-7d9628b2dcccb5627c59380de331e3c906c8164d.zip |
Added bindings for Gnome terminal.
Diffstat (limited to 'lib/key-bindings.zsh')
-rw-r--r-- | lib/key-bindings.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index e12d8010e..a7d5095ec 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -25,6 +25,7 @@ bindkey '^[[Z' reverse-menu-complete # Make the delete key (or Fn + Delete on the Mac) work instead of outputting a ~ bindkey "^[[3~" delete-char bindkey "^[3;5~" delete-char +bindkey "\e[3~" delete-char # consider emacs keybindings: |