Add config comments

This commit is contained in:
Jan Jastrow 2023-02-25 15:03:22 +01:00
parent ac442761d7
commit f81199c2ce
No known key found for this signature in database
1 changed files with 9 additions and 7 deletions

16
nanorc
View File

@ -1,13 +1,15 @@
set autoindent
set autoindent # indent a newly created lines
set tabsize 4
set softwrap
set atblanks
set softwrap # wrap lines
set atblanks # wrap at empty positions (e.g. space, tabs)
set linenumbers
set linenumbers # show line numbers at the left side
set numbercolor #9d5,#111
set indicator # display a "scrollbar" on the right side
set scrollercolor #9d5,#111
set functioncolor #9d5,#111
set indicator
set mouse
set smarthome
set mouse # enable mouse support
set smarthome # 'Home' key position the cursor smarter