mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Add config comments
This commit is contained in:
parent
ac442761d7
commit
f81199c2ce
16
nanorc
16
nanorc
@ -1,13 +1,15 @@
|
|||||||
set autoindent
|
set autoindent # indent a newly created lines
|
||||||
set tabsize 4
|
set tabsize 4
|
||||||
|
|
||||||
set softwrap
|
set softwrap # wrap lines
|
||||||
set atblanks
|
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 numbercolor #9d5,#111
|
||||||
|
|
||||||
|
set indicator # display a "scrollbar" on the right side
|
||||||
|
set scrollercolor #9d5,#111
|
||||||
|
|
||||||
set functioncolor #9d5,#111
|
set functioncolor #9d5,#111
|
||||||
set indicator
|
set mouse # enable mouse support
|
||||||
set mouse
|
set smarthome # 'Home' key position the cursor smarter
|
||||||
set smarthome
|
|
||||||
|
Loading…
Reference in New Issue
Block a user