Control + Shift Bindings
Simon Harrison <[email protected]> Sun, 14 Sep 2025 11:00:11 +0100
| Newsgroups | gmane.editors.nano.general |
|---|---|
| Message-ID | <20250914110011.06e41eb0@jupiter> |
Hello. I've just discovered we can do things like the following:
bind ^N "{home}{enter}{up}" main
Which will insert a newline above the current line. Is it possible for
me to have:
Ctrl-n - newline below current line
Ctrl-Shift-n - newline above current line
Thanks!