From 328e70f1404cbe99dec90636e123bd927b770f3f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 31 May 2022 11:35:09 +0200 Subject: zshrc: add run-help bindkey, load nix variant --- dotfiles/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 bindkey '^[OA' history-substring-search-up bindkey '^[OB' history-substring-search-down +autoload -rUz run-help-nix +bindkey '^K' run-help + # }}} # Aliases {{{ -- cgit v1.2.3