diff options
Diffstat (limited to 'programs/readline.nix')
-rw-r--r-- | programs/readline.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/readline.nix b/programs/readline.nix index e7b7b33..8afdd82 100644 --- a/programs/readline.nix +++ b/programs/readline.nix | |||
@@ -7,7 +7,7 @@ | |||
7 | programs.readline = { | 7 | programs.readline = { |
8 | enable = true; | 8 | enable = true; |
9 | bindings = { | 9 | bindings = { |
10 | "\\C-o" = ''tmux-fzf\n''; | 10 | "\\C-o" = ''"tmux-fzf\n"''; |
11 | "\\t" = "menu-complete"; | 11 | "\\t" = "menu-complete"; |
12 | "\\e[Z" = "menu-complete-backward"; | 12 | "\\e[Z" = "menu-complete-backward"; |
13 | }; | 13 | }; |