From: Nick Bowler Date: Thu, 14 Oct 2010 13:54:44 +0000 (-0400) Subject: Add bindings for cygwin. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/1e40b3e8ca2099ae7b14f26110161e8b71bc34a0 Add bindings for cygwin. --- diff --git a/zshrc b/zshrc index 9878649..caf5805 100644 --- a/zshrc +++ b/zshrc @@ -26,7 +26,7 @@ rxvt*) bindkey '\e[8~' end-of-line bindkey '\e[7~' beginning-of-line ;; -screen*|linux) +screen*|linux|cygwin) bindkey '\e[3~' delete-char bindkey '\e[4~' end-of-line bindkey '\e[1~' beginning-of-line