Fixed autocomplete arrow keys up/down not working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user