diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 161ab1e..672a1cd 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -114,6 +114,8 @@ comp-source() { ## Load external config files and modules autoload edit-command-line; zle -N edit-command-line autoload zmv + ! alias run-help >/dev/null 2>&1 || unalias run-help + autoload run-help # stderred if [ -e "$ZSH_CONF/stderred/build/libstderred.so" ]; then export LD_PRELOAD="$ZSH_CONF/stderred/build/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}" diff --git a/.config/zsh/plugins/keys.zsh b/.config/zsh/plugins/keys.zsh index 5999929..b171645 100644 --- a/.config/zsh/plugins/keys.zsh +++ b/.config/zsh/plugins/keys.zsh @@ -6,6 +6,7 @@ # no delay when switching into NORMAL export KEYTIMEOUT=1 + bindkey '^[h' run-help ## History ## Alternatives to check out: {up,down}-line-or-search bindkey '^[[A' history-substring-search-up