diff options
author | Akshay <[email protected]> | 2024-05-30 13:28:06 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2024-05-30 13:28:06 +0100 |
commit | 1ebd3b990bdfb462a98a1432ffae7f4e739eeb44 (patch) | |
tree | e44892b9fe0e83758bad03291bca8e8e7bcfbf27 /programs/readline.nix | |
parent | bede6932a527086b304017e2e0d0295f661efd9a (diff) |
use broot
Diffstat (limited to 'programs/readline.nix')
-rw-r--r-- | programs/readline.nix | 1 |
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 | }; |