mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #82] [Enhancement] Standardize builtin editor keybindings in all fields #72
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kabouik on GitHub (May 8, 2021).
Original GitHub issue: https://github.com/d99kris/nmail/issues/82
Originally assigned to: @d99kris on GitHub.
Some fields currently don't allow terminal keybindings such as
^A,^E,^D,^K,HOME,END.@d99kris commented on GitHub (Oct 8, 2022):
With above commit all fields should now support:
Left,Right,Backspace,Delete,^A,^E,^D,^K,^U,Alt-Left,Alt-Right,Alt-Backspace,Alt-Delete,Home,End.And multi-line editor shall (continue to) support
Up,Down,Page-Up,Page-Down.If any problems are found, please help to open a new issue.
@d99kris commented on GitHub (Oct 8, 2022):
Some default key mapping was changed - external editor - to free up
^E, so you may want to delete~/.nmail/ui.conf(or at least the line forkey_ext_editor=) so jumping to end of line with^Ewill work.@Kabouik commented on GitHub (Oct 8, 2022):
Great, thanks a lot!