diff options
author | Ben Sima <ben@bsima.me> | 2022-02-10 05:27:07 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-02-10 05:27:34 -0500 |
commit | 2fd5f6f5753c3269f72c0b8965ae0613c09c0123 (patch) | |
tree | e934090132ac9fc509ca9e75705a2ac783d9fd49 | |
parent | fc8f598606e4b921d9898383877035ffc6e66832 (diff) |
add ctrl-space command pallet thing
-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"; |