From 02f87128b4b30711a08faa0f95aba7dcb3f519e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Villar?= Date: Thu, 14 Apr 2011 17:28:18 -0300 Subject: [PATCH] Added a key binding for fn delete wich didn't work by default on my zsh + iterm setup --- plugins/osx/osx.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 81eed5e92..1a1df3062 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -1,3 +1,5 @@ +bindkey "^[[3~" delete-char + function savepath() { pwd > ~/.current_path~ }