From: Nick Bowler Date: Thu, 7 Oct 2010 14:47:47 +0000 (-0400) Subject: Bind keypad enter properly in screen. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/8682a47921974fd9e826424dad32e61ac0fbb76f Bind keypad enter properly in screen. --- diff --git a/zshrc b/zshrc index a918905..9878649 100644 --- a/zshrc +++ b/zshrc @@ -30,6 +30,7 @@ screen*|linux) bindkey '\e[3~' delete-char bindkey '\e[4~' end-of-line bindkey '\e[1~' beginning-of-line + bindkey '\eOM' accept-line ;; xterm) bindkey '\e[3~' delete-char