From e57c4dab80d0a377e18c764f84a6a4ccc111c637 Mon Sep 17 00:00:00 2001 From: Jory Severijnse Date: Fri, 3 Apr 2026 12:08:28 +0200 Subject: [PATCH] Fixed autocomplete arrow keys up/down not working --- home/terminal/shell/fish.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/terminal/shell/fish.nix b/home/terminal/shell/fish.nix index 1792f7b..c32f5ae 100644 --- a/home/terminal/shell/fish.nix +++ b/home/terminal/shell/fish.nix @@ -38,14 +38,9 @@ for mode in insert default bind -M $mode ctrl-backspace backward-kill-word bind -M $mode ctrl-z undo - bind -M $mode ctrl-b beginning-of-line - bind -M $mode ctrl-e end-of-line end bind -M insert \cx\ce edit_command_buffer bind -M default \cx\ce edit_command_buffer - # History search with prefix (like nushell) - bind -M insert up history-prefix-search-backward - bind -M insert down history-prefix-search-forward bind -M default up history-prefix-search-backward bind -M default down history-prefix-search-forward end