work others fixes
This commit is contained in:
parent
bb68ddcc34
commit
3b2ae162b8
3 changed files with 19 additions and 12 deletions
|
@ -12,7 +12,7 @@ set constantshow
|
|||
# set fill -4
|
||||
# set historylog
|
||||
# set justifytrim
|
||||
set linenumbers
|
||||
# set linenumbers
|
||||
# set locking
|
||||
set matchbrackets "(<[{)>]}"
|
||||
# set morespace
|
||||
|
@ -49,14 +49,14 @@ set tabsize 4
|
|||
# set wordchars "<_>."
|
||||
set titlecolor brightwhite,blue
|
||||
set statuscolor brightwhite,green
|
||||
set selectedcolor brightwhite,magenta
|
||||
set numbercolor cyan
|
||||
#set selectedcolor brightwhite,magenta
|
||||
#set numbercolor cyan
|
||||
set keycolor cyan
|
||||
set functioncolor green
|
||||
set titlecolor brightwhite,red
|
||||
set statuscolor brightwhite,red
|
||||
set selectedcolor brightwhite,cyan
|
||||
set numbercolor magenta
|
||||
#set selectedcolor brightwhite,cyan
|
||||
#set numbercolor magenta
|
||||
# set keycolor brightmagenta
|
||||
# set functioncolor magenta
|
||||
include "/usr/share/nano/*.nanorc"
|
||||
|
@ -64,3 +64,4 @@ include "/usr/share/nano/*.nanorc"
|
|||
# bind M-B cutwordleft main
|
||||
# bind M-N cutwordright main
|
||||
# bind Del backspace all
|
||||
set nonewlines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue