Bindings for older and newer functions in execute menu
Ivan Vorontsov <[email protected]> Mon, 12 Feb 2024 15:11:59 +0300
| Newsgroups | gmane.editors.nano.general |
|---|---|
| Message-ID | <[email protected]> |
History file contains searches, replaces and commands. Older and newer
functions can be rebinded for search and replace menus, but not for
execute. Adding to .nanorc:
bind ^P older execute
bind ^N newer execute
gives:
Error in /home/iv/.nanorc on line 414: Function 'older' does not exist in menu 'execute'
Error in /home/iv/.nanorc on line 415: Function 'newer' does not exist in menu 'execute'