summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2016-07-18 09:57:23 +0200
committerAlan Pearce2016-07-18 09:57:23 +0200
commitce35b894a65435cbb64c7a807c67429957563ee8 (patch)
tree8d61a8e4b43be89a732884612247ea3eed02785b /tag-zsh/config
parent4e44f51adb63fdf0284dfdf605fbd3231f62e1e0 (diff)
downloaddotfiles-ce35b894a65435cbb64c7a807c67429957563ee8.tar.lz
dotfiles-ce35b894a65435cbb64c7a807c67429957563ee8.tar.zst
dotfiles-ce35b894a65435cbb64c7a807c67429957563ee8.zip
zsh: Add describe-key-briefly keybind
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 f51ed45..3e568cd 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