2022-11-16 22:03:08 +05:00
|
|
|
include /usr/share/nano-syntax-highlighting/*
|
2023-11-12 22:10:38 +05:00
|
|
|
set autoindent
|
|
|
|
set linenumbers
|
|
|
|
#set smooth
|
|
|
|
|
|
|
|
set backup
|
|
|
|
set backupdir "~/.cache/nano"
|
|
|
|
|
|
|
|
set titlecolor brightblue,black
|
|
|
|
set statuscolor brightgreen,blue
|
|
|
|
set selectedcolor brightwhite,magenta
|
|
|
|
set numbercolor yellow
|
|
|
|
set keycolor brightcyan
|
|
|
|
set functioncolor green
|
|
|
|
set nohelp
|
|
|
|
|
|
|
|
#bind ^[ ( main
|
|
|
|
#bind ^] ) main
|
|
|
|
#bind ^{ { main
|
|
|
|
#bind ^} } main
|