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