summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-10 05:27:07 -0500
committerBen Sima <ben@bsima.me>2022-02-10 05:27:34 -0500
commit2fd5f6f5753c3269f72c0b8965ae0613c09c0123 (patch)
treee934090132ac9fc509ca9e75705a2ac783d9fd49
parentfc8f598606e4b921d9898383877035ffc6e66832 (diff)
add ctrl-space command pallet thing
-rw-r--r--lib/common.nix1
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";