summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rw-r--r--tag-zsh/config/zsh/zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 9a57bcf..3e568cd 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -9,7 +9,6 @@ zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install"
 zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:command, use:"dirhist"
 zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:plugin
 zplug "caarlos0/zsh-open-pr", as:plugin
-zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]"
 if [[ -n $commands[nix-env] ]]
 then
 	zplug "spwhitt/nix-zsh-completions", as:plugin
@@ -17,6 +16,7 @@ then
 fi
 
 zplug "gerges/oh-my-zsh-jira-plus", as:plugin, if:"[[ ${(SN)HOST%spotcap} ]]"
+zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]", nice:10
 zplug "hlissner/zsh-autopair", nice:10
 
 WORDCHARS=${${WORDCHARS//[-.]}//[\/]}
@@ -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