nano

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

commit e8cf0f37f1b3c59a308e68048e1e9357f1af8db9
parent 12a0c0f69046340f4a6e1c7eef6073c013b81840
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 18 Jun 2024 13:04:54 +0200

docs: add 'set colonparsing' to the sample nanorc

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

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -50,6 +50,10 @@ ## Do case-sensitive searches by default. # set casesensitive +## Interpret digits given on the command line after a colon after a filename +## as the line number to go to in that file. +# set colonparsing + ## Constantly display the cursor position in the status bar or minibar. # set constantshow