all repos — archive/dotfiles @ 105edf82830b6ac02cb7c2b7d22126687a4291bc

Superseded by nixfiles

zsh: Bind OS X delete key
Alan Pearce alan.pearce@spotcap.com
Tue, 05 Jul 2016 14:11:30 +0200
commit

105edf82830b6ac02cb7c2b7d22126687a4291bc

parent

57e501079210490b061a684ee4dcceb1ee8c9daf

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -52,6 +52,8 @@ alias lal="ll -A" alias lla="lal"
 alias llr="ll -t"
 
+bindkey '\e[3~' delete-char
+
 if zplug check Tarrasch/zsh-autoenv
 then
 	AUTOENV_FILE_ENTER=.envrc