nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b9449de5cfb9b4f163f78521663f73e0fbe1ef66
parent c3a9578b826fc65771064dd883d700b5653cbaa6
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 26 Mar 2024 11:29:56 +0100

docs: improve the description of the 'flipexecute' bindable function

It is bindable only in the Insert menu -- in the Execute menu it has
a "blind", unadvertised binding (because I consider toggling between
menus somewhat of a misfeature).

Diffstat:
Mdoc/nano.texi | 2+-
Mdoc/nanorc.5 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -1743,7 +1743,7 @@ Toggles between searching for something and replacing something. Toggles between searching for text and targeting a line number. @item flipexecute -Toggles between inserting a file and executing a command. +Switches from inserting a file to executing a command. @item flippipe When executing a command, toggles whether the current buffer (or marked diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -904,7 +904,7 @@ Toggles between searching for something and replacing something. Toggles between searching for text and targeting a line number. .TP .B flipexecute -Toggles between inserting a file and executing a command. +Switches from inserting a file to executing a command. .TP .B flippipe When executing a command, toggles whether the current buffer (or marked