Added a key binding for fn delete wich didn't work by default on my zsh + iterm setup

This commit is contained in:
André Villar 2011-04-14 17:28:18 -03:00
commit 02f87128b4

View file

@ -1,3 +1,5 @@
bindkey "^[[3~" delete-char
function savepath() {
pwd > ~/.current_path~
}