how to make shift+enter to prepend new line? #4076
-
|
currently micro adds 'OM' |
Beta Was this translation helpful? Give feedback.
Answered by
Andriamanitra
Apr 22, 2026
Replies: 1 comment 8 replies
-
|
Hi Although You can test in your console using the Prepend newline, can be done by chaining several commands to a single keyboard shortcut. Add this to your "Shift-Enter": "StartOfLine,InsertNewline,CursorUp",This solution will work at each (multi) cursor. Kind Regards Gavin Holt |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

And if you use a terminal that supports extended keyboard protocol (I don't think Konsole does) this patch might also fix it -- it did so for me on Ghostty: #1176 (comment)