diff options
author | Minijackson <minijackson@riseup.net> | 2024-04-12 21:44:35 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-04-12 21:44:35 +0200 |
commit | 32684fa7445d2b9531dbc4676d4b05edb65244cc (patch) | |
tree | 9c904755bc1c2851aab871c33cad8356d48a6b12 /dotfiles | |
parent | 87e980346216531ad583a27c2dac974a303d8454 (diff) | |
download | nixos-config-reborn-32684fa7445d2b9531dbc4676d4b05edb65244cc.tar.gz nixos-config-reborn-32684fa7445d2b9531dbc4676d4b05edb65244cc.zip |
dotfiles/zshrc: add keybind for push-line
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc index c7d6bf6..c9dfb09 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc | |||
@@ -120,6 +120,8 @@ bindkey '^[OB' history-substring-search-down | |||
120 | autoload -rUz run-help-nix | 120 | autoload -rUz run-help-nix |
121 | bindkey '^K' run-help | 121 | bindkey '^K' run-help |
122 | 122 | ||
123 | bindkey '^P' push-line-or-edit | ||
124 | |||
123 | # }}} | 125 | # }}} |
124 | 126 | ||
125 | # Aliases {{{ | 127 | # Aliases {{{ |