diff options
author | Minijackson <minijackson@riseup.net> | 2022-05-31 11:35:09 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-05-31 11:35:09 +0200 |
commit | 328e70f1404cbe99dec90636e123bd927b770f3f (patch) | |
tree | a31023ef9fda39bbfbf3e8c5fbaff90002ff320a | |
parent | 2a588d71fd4a7fd4fff67266ff75e89b21214bf4 (diff) | |
download | nixos-config-reborn-328e70f1404cbe99dec90636e123bd927b770f3f.tar.gz nixos-config-reborn-328e70f1404cbe99dec90636e123bd927b770f3f.zip |
zshrc: add run-help bindkey, load nix variant
-rw-r--r-- | dotfiles/zshrc | 3 |
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 | |||
117 | bindkey '^[OA' history-substring-search-up | 117 | bindkey '^[OA' history-substring-search-up |
118 | bindkey '^[OB' history-substring-search-down | 118 | bindkey '^[OB' history-substring-search-down |
119 | 119 | ||
120 | autoload -rUz run-help-nix | ||
121 | bindkey '^K' run-help | ||
122 | |||
120 | # }}} | 123 | # }}} |
121 | 124 | ||
122 | # Aliases {{{ | 125 | # Aliases {{{ |