Fixed autocomplete arrow keys up/down not working

This commit is contained in:
2026-04-03 12:08:28 +02:00
parent 6d703df0d7
commit e57c4dab80
-5
View File
@@ -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