mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 17:56:00 +03:00
[GH-ISSUE #16] Backspace not working in Solus Linux #15
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#15
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 @d99kris on GitHub (Jan 17, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/16
From #10 :
@Kabouik commented on GitHub (Jan 29, 2020):
It might be related:
Ctrl+LeftorRightoutputs a character instead of jumping the cursor through words. There probably are other issues like this. People who want more advanced shortcut support with use their own$EDITORanyway (for instance I usemicro), but perhaps the basic standard keybindings like the above could be fixed.@d99kris commented on GitHub (Jan 30, 2020):
So jumping over words is currently not supported by
nmail. Essentially the benchmark fornmail's built-in editor is thepine/alpineeditor, which - I think - does not support this (it's really quite basic). Support could be added, but I prefer if you'd log it as a separate feature request. Thanks!@d99kris commented on GitHub (Jan 30, 2020):
I reported #27 to at the minimum properly document what the built-in editor (currently) supports.