From 2fd5f6f5753c3269f72c0b8965ae0613c09c0123 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 10 Feb 2022 05:27:07 -0500 Subject: add ctrl-space command pallet thing --- lib/common.nix | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3