aboutsummaryrefslogtreecommitdiff
path: root/programs/readline.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-05-30 13:28:06 +0100
committerAkshay <[email protected]>2024-05-30 13:28:06 +0100
commit1ebd3b990bdfb462a98a1432ffae7f4e739eeb44 (patch)
treee44892b9fe0e83758bad03291bca8e8e7bcfbf27 /programs/readline.nix
parentbede6932a527086b304017e2e0d0295f661efd9a (diff)
use broot
Diffstat (limited to 'programs/readline.nix')
-rw-r--r--programs/readline.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/readline.nix b/programs/readline.nix
index 8afdd82..c4d5046 100644
--- a/programs/readline.nix
+++ b/programs/readline.nix
@@ -8,6 +8,7 @@
8 enable = true; 8 enable = true;
9 bindings = { 9 bindings = {
10 "\\C-o" = ''"tmux-fzf\n"''; 10 "\\C-o" = ''"tmux-fzf\n"'';
11 "\\C-b" = ''"br\n"'';
11 "\\t" = "menu-complete"; 12 "\\t" = "menu-complete";
12 "\\e[Z" = "menu-complete-backward"; 13 "\\e[Z" = "menu-complete-backward";
13 }; 14 };