From 105edf82830b6ac02cb7c2b7d22126687a4291bc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 5 Jul 2016 14:11:30 +0200 Subject: zsh: Bind OS X delete key --- tag-zsh/config/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tag-zsh/config') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 160257e..7a2688f 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/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 -- cgit 1.4.1