diff options
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index ec3da1d..1b25fb0 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -337,6 +337,7 @@ in bind '"\C-g\C-t": "$(_gt)\e\C-e\er"' bind '"\C-g\C-h": "$(_gh)\e\C-e\er"' bind '"\C-g\C-r": "$(_gr)\e\C-e\er"' + bind '"\C- ": "$(p)\e\C-e\er"' ''; shellAliases = { q = "que"; |