Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created August 7, 2021 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ManotLuijiu/0cd5d7e019c86f28080990f69ce97d5a to your computer and use it in GitHub Desktop.
Save ManotLuijiu/0cd5d7e019c86f28080990f69ce97d5a to your computer and use it in GitHub Desktop.
nano colorize configuration
set tabsize 4
set tabstospaces
set autoindent
set trimblanks
set linenumbers
set constantshow
set titlecolor white,red
set keycolor cyan
set functioncolor cyan
set numbercolor yellow
set mouse
# include /usr/local/share/nano/*.nanorc
# include "/usr/local/share/nano/*.nanorc"
include "/usr/local/Cellar/nano/*/share/nano/*.nanorc"
# nano configuration
alias nano='/usr/local/bin/nano'
# nano finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment