Upgrade nanorc a lot and move to better location

This commit is contained in:
Tim 2025-05-20 11:41:16 +02:00
parent e0711d001f
commit 17363ff709
2 changed files with 44 additions and 2 deletions

44
nano/.config/nano/nanorc Normal file
View File

@ -0,0 +1,44 @@
# editing
set softwrap
set atblanks
set autoindent
set trimblanks
set tabsize 4
set tabstospaces
#set cutfromcursor
set zap
set smarthome
# editor
set minibar
set indicator
set linenumbers
set positionlog
set constantshow
set stateflags
set mouse
set backup
set historylog
set multibuffer
# colors
set titlecolor bold,white,slate
set statuscolor white,slate
set errorcolor bold,lightwhite,red
set selectedcolor lightwhite,slate
set stripecolor ,yellow
set scrollercolor slate
set numbercolor slate
set keycolor slate
set functioncolor lightblack
set minicolor bold,white,slate
set promptcolor bold,white,slate

View File

@ -1,2 +0,0 @@
set tabsize 4
set tabstospaces