aboutsummaryrefslogtreecommitdiff
path: root/programs/readline.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-03 07:06:10 +0100
committerAkshay <[email protected]>2021-10-03 07:06:10 +0100
commit072e34034a99a8aac7dc0f3b651a3f1243d06f90 (patch)
tree94789741a98dcf49f200805b9d21553f0cc2e66d /programs/readline.nix
parent94d534975ab228b27d4713f7dec41bfa3900fdfb (diff)
migrate scripts into nix
Diffstat (limited to 'programs/readline.nix')
-rw-r--r--programs/readline.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/readline.nix b/programs/readline.nix
index be43ace..e7b7b33 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" = ''"$HOME/scripts/tmux-fzf.sh\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 };