d99kris / nmail

Terminal-based email client for Linux and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Ctrl-E does not open the external editor

krackout opened this issue · comments

On 3.99 version which I've just updated, Ctrl-E keyboard shortcut does not open the external editor, it moves cursor to the end of line.

It's a nice feature, Ctrl-A moves cursor to start of line, Ctrl-E to end. I don't know if the former existed in previous versions, I composed longer e-mails with external editor (vim), so I didn't edit a lot inside nmail.

But certainly the ability to open an external editor, even with a different keyboard shortcut, should return if possible.

Ah that's a bug, I was intending to respect original config while giving ctrl-e a new default function.

As a workaround you can manually edit ui.conf and remove key_ext_editor or set it too KEY_CTRLW, either will set it to its new default. Assuming you're ok to use ctrl-w for external editor.

OR you can change key_end_line to some unused key.

Ok, thank you both, I'm covered.