Clean up .nanorc-* files.

This commit is contained in:
Darren 'Tadgy' Austin 2020-09-29 18:43:51 +01:00
commit 61f2bae0b8
6 changed files with 5 additions and 537 deletions

View file

@ -16,7 +16,7 @@
## ", ', ), >, ], and }.
## Use auto-indentation.
set autoindent
# set autoindent
## Do case-sensitive searches by default.
# set casesensitive
@ -33,6 +33,9 @@ set justifytrim
## Enable vim-style lock-files.
set locking
## Use the blank line below the titlebar as extra editing space.
set morespace
## Don't display the helpful shortcut lists at the bottom of the screen.
set nohelp
@ -55,7 +58,7 @@ set quickblank
set smarthome
## Use smooth scrolling as the default.
# set smooth
set smooth
## Enable soft line wrapping (AKA full-line display).
# set softwrap