summaryrefslogtreecommitdiffstats
path: root/dotfiles
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-04-12 21:44:35 +0200
committerMinijackson <minijackson@riseup.net>2024-04-12 21:44:35 +0200
commit32684fa7445d2b9531dbc4676d4b05edb65244cc (patch)
tree9c904755bc1c2851aab871c33cad8356d48a6b12 /dotfiles
parent87e980346216531ad583a27c2dac974a303d8454 (diff)
downloadnixos-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/zshrc2
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
120autoload -rUz run-help-nix 120autoload -rUz run-help-nix
121bindkey '^K' run-help 121bindkey '^K' run-help
122 122
123bindkey '^P' push-line-or-edit
124
123# }}} 125# }}}
124 126
125# Aliases {{{ 127# Aliases {{{