Added nano config

master
Meliurwen 3 years ago
parent d6a6ca6336
commit 79bf6c2440
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 32
      nano/.config/nano/nanorc

@ -0,0 +1,32 @@
#!/bin/nano -f
# Docs: man nanorc
#set linenumbers
set guidestripe 80
#set indicator # Scrollbar
set minibar
set constantshow
set locking
set stateflags
set nonewlines
set tabsize 4
#set tabstospaces
# Colors
set titlecolor black,blue
set numbercolor blue,black
set stripecolor ,white
set scrollercolor blue,black
set selectedcolor black,magenta
set spotlightcolor black,magenta
set statuscolor black,green
set errorcolor bold,white,red
set promptcolor black,yellow
set minicolor black,blue
set keycolor black,cyan
set functioncolor italic,cyan
# Syntax coloring
include "/usr/share/nano/*.nanorc"
include "/usr/share/nano/extra/*.nanorc"
Loading…
Cancel
Save