set show-all-if-ambiguous on

# Enable Vim keybindings
set editing-mode vi

set keymap vi-command
"\e[A": history-search-backward
"\e[B": history-search-forward
j: history-search-forward
k: history-search-backward

set keymap vi-insert
"\e[A": history-search-backward
"\e[B": history-search-forward
