diff options
author | Alan Pearce | 2016-07-18 09:57:23 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-18 09:57:23 +0200 |
commit | ce35b894a65435cbb64c7a807c67429957563ee8 (patch) | |
tree | 8d61a8e4b43be89a732884612247ea3eed02785b /tag-zsh/config/zsh/zshrc | |
parent | 4e44f51adb63fdf0284dfdf605fbd3231f62e1e0 (diff) | |
download | nixfiles-ce35b894a65435cbb64c7a807c67429957563ee8.tar.lz nixfiles-ce35b894a65435cbb64c7a807c67429957563ee8.tar.zst nixfiles-ce35b894a65435cbb64c7a807c67429957563ee8.zip |
zsh: Add describe-key-briefly keybind
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-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 f51ed45c..3e568cd4 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -64,6 +64,8 @@ alias llr="ll -t" bindkey '\e[3~' delete-char +bindkey '\C-hd' describe-key-briefly + backward-argument () { local WORDCHARS="\!\`~#@$%^&*()-_=+[{]}\|;:,<.>/?\'\"" zle backward-word |