From 1e40b3e8ca2099ae7b14f26110161e8b71bc34a0 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 14 Oct 2010 09:54:44 -0400 Subject: [PATCH] Add bindings for cygwin. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0