On Thu, Oct 12, 2000 at 09:20:25AM -0500, the/eXtreme wrote:
> Hey, is there a way to get vi-like key bindings on mutt's
> built-in line editor? Something like `set editing-mode vi'
> does in my .inputrc?
No. All the keymaps in Mutt have only a single mode, so it's not possible
to do this reall
Hey, is there a way to get vi-like key bindings on mutt's
built-in line editor? Something like `set editing-mode vi'
does in my .inputrc?
You can fake it a little bit with stuff like
bind editor h backward-char
as long as you don't use `h' anywhere in the text [:-/
TIA/x