[GH-ISSUE #114] [Bug] Ctrl-E does not open the external editor #100

Closed
opened 2026-03-03 01:19:49 +03:00 by kerem · 3 comments
Owner

Originally created by @krackout on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/114

Originally assigned to: @d99kris on GitHub.

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.

Originally created by @krackout on GitHub (Oct 13, 2022). Original GitHub issue: https://github.com/d99kris/nmail/issues/114 Originally assigned to: @d99kris on GitHub. 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.
kerem closed this issue 2026-03-03 01:19:49 +03:00
Author
Owner

@d99kris commented on GitHub (Oct 13, 2022):

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.

<!-- gh-comment-id:1277604450 --> @d99kris commented on GitHub (Oct 13, 2022): 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.
Author
Owner

@Kabouik commented on GitHub (Oct 13, 2022):

Those are new keybinds from nmail latest versions that solved an old issue I had opened, the old C-e to open EDITOR now has been moved to C-w.

On 2022-10-13 15:13 krackout @.***> wrote:

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.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this
thread.[]Message ID: @.***>

<!-- gh-comment-id:1277609054 --> @Kabouik commented on GitHub (Oct 13, 2022): Those are new keybinds from nmail latest versions that solved an old issue I had opened, the old C-e to open EDITOR now has been moved to C-w. On 2022-10-13 15:13 krackout ***@***.***> wrote: > 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. > > — > Reply to this email directly, view it on GitHub, or unsubscribe. > You are receiving this because you are subscribed to this > thread.[]Message ID: ***@***.***>
Author
Owner

@krackout commented on GitHub (Oct 13, 2022):

Ok, thank you both, I'm covered.

<!-- gh-comment-id:1277615918 --> @krackout commented on GitHub (Oct 13, 2022): Ok, thank you both, I'm covered.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nmail#100
No description provided.