0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Added bindings for Gnome terminal.

This commit is contained in:
Arthur Kalmenson 2011-04-19 22:40:46 -04:00
parent c7c959de60
commit 7d9628b2dc

View file

@ -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: