nano

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

commit 5b654ce9fb1c115871457b61eb003d70c832a720
parent 98e9a881c039fcc4f813a8f1d51ba9c9d2b131c4
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 18 Sep 2022 10:38:48 +0200

docs: suggest a key binding for snipping trailing blanks

This addresses https://savannah.gnu.org/bugs/?63062.

Diffstat:
Mdoc/sample.nanorc.in | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -292,6 +292,9 @@ ## For copying a marked region to the system clipboard: # bind Sh-M-T "{execute}|xsel -ib{enter}{undo}" main +## For snipping trailing blanks when you save a file: +# bind ^S "{execute}| sed 's/\s\+$//' {enter}{savefile}" main + ## If you would like nano to have keybindings that are more "usual", ## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit, ## then uncomment these: