summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotfiles/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc
index 56439a2..c7d6bf6 100644
--- a/dotfiles/zshrc
+++ b/dotfiles/zshrc
@@ -117,6 +117,9 @@ bindkey '^[[B' history-substring-search-down
117bindkey '^[OA' history-substring-search-up 117bindkey '^[OA' history-substring-search-up
118bindkey '^[OB' history-substring-search-down 118bindkey '^[OB' history-substring-search-down
119 119
120autoload -rUz run-help-nix
121bindkey '^K' run-help
122
120# }}} 123# }}}
121 124
122# Aliases {{{ 125# Aliases {{{