List mode now supports selecting items with arrow keys. The interactive menu has made its way back since otter-launcher rebased to the rustyline crate.
Editing prompts in an external program is now supported. If you need to run callbacks with the external editor, you can wrap it in a shell script and set general.external_editor to that script.
New Features
- selecting items with arrow keys (or ctrl+hjkl, or vim or emacs bindings) in list mode
- editing lines in an external editor
Bug fixes
- vi mode ctrl+d/u behaviour