diff options
author | Alan Pearce | 2016-07-05 14:11:30 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-05 14:11:30 +0200 |
commit | 105edf82830b6ac02cb7c2b7d22126687a4291bc (patch) | |
tree | 904e809bbcc80b6021094e6b8ff81f185a3afaf2 /tag-zsh/config | |
parent | 57e501079210490b061a684ee4dcceb1ee8c9daf (diff) | |
download | nixfiles-105edf82830b6ac02cb7c2b7d22126687a4291bc.tar.lz nixfiles-105edf82830b6ac02cb7c2b7d22126687a4291bc.tar.zst nixfiles-105edf82830b6ac02cb7c2b7d22126687a4291bc.zip |
zsh: Bind OS X delete key
Diffstat (limited to 'tag-zsh/config')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 160257e4..7a2688f4 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 |