Besides the includes that their install script would create, there are some nice extras you can turn on like line numbers and etc. Here's my .nanorc minus all the includes (too long to fit):
set autoindent
unset backup
unset casesensitive
unset historylog
unset noconvert
set smarthome
set tabsize 5
set linenumbers
set titlecolor white,blue
set statuscolor white,blue
set numbercolor white,blue
set keycolor brightwhite,blue
set functioncolor white,blue
set softwrap
Not sure if that suits you or not, but if you use nano a lot it can be a bit nicer with some of these things. (And you can customize to taste naturally.)
Besides the includes that their install script would create, there are some nice extras you can turn on like line numbers and etc. Here's my .nanorc minus all the includes (too long to fit):
@blogdiva @CodingOtaku @HunterZ @systemd Perhaps you might be interested in this then? https://github.com/scopatz/nanorc A bunch of autocompletes for syntax highlighting.
Besides the includes that their install script would create, there are some nice extras you can turn on like line numbers and etc. Here's my .nanorc minus all the includes (too long to fit):
set autoindent
unset backup
unset casesensitive
unset historylog
unset noconvert
set smarthome
set tabsize 5
set linenumbers
set titlecolor white,blue
set statuscolor white,blue
set numbercolor white,blue
set keycolor brightwhite,blue
set functioncolor white,blue
set softwrap
Not sure if that suits you or not, but if you use nano a lot it can be a bit nicer with some of these things. (And you can customize to taste naturally.)
@blogdiva @CodingOtaku @HunterZ @systemd Perhaps you might be interested in this then? https://github.com/scopatz/nanorc A bunch of autocompletes for syntax highlighting.
Besides the includes that their install script would create, there are some nice extras you can turn on like line numbers and etc. Here's my .nanorc minus all the includes (too long to fit):