New Features
- change cursor shape in vi mode to visually indicate normal/insert mode
- allow user to set default cursor shape with the new option interface.cursor_shape
- add fzf like binding to select with ctrl+j/k in list mode
Breaking Changes
- general.esc_to_abort won't work with vi mode starting this release, because it is not compatible with changing cursor shape due to some limitation in the way rustyline handles keybinds
Bug Fixes
- fix interface.customized_list_order not working in hint mode
- fix tab completion not working as expected in hint mode