summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2016-07-05 14:11:30 +0200
committerAlan Pearce2016-07-05 14:11:30 +0200
commit105edf82830b6ac02cb7c2b7d22126687a4291bc (patch)
tree904e809bbcc80b6021094e6b8ff81f185a3afaf2 /tag-zsh/config
parent57e501079210490b061a684ee4dcceb1ee8c9daf (diff)
downloaddotfiles-105edf82830b6ac02cb7c2b7d22126687a4291bc.tar.lz
dotfiles-105edf82830b6ac02cb7c2b7d22126687a4291bc.tar.zst
dotfiles-105edf82830b6ac02cb7c2b7d22126687a4291bc.zip
zsh: Bind OS X delete key
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
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