all repos — archive/dotfiles @ ce35b894a65435cbb64c7a807c67429957563ee8

Superseded by nixfiles

zsh: Add describe-key-briefly keybind
Alan Pearce alan.pearce@spotcap.com
Mon, 18 Jul 2016 09:57:23 +0200
commit

ce35b894a65435cbb64c7a807c67429957563ee8

parent

4e44f51adb63fdf0284dfdf605fbd3231f62e1e0

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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