zsh: Bind OS X delete key
Alan Pearce alan.pearce@spotcap.com
Tue, 05 Jul 2016 14:11:30 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-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