diff --git a/nano/.config/nano/nanorc b/nano/.config/nano/nanorc new file mode 100644 index 0000000..447bd92 --- /dev/null +++ b/nano/.config/nano/nanorc @@ -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 diff --git a/nano/.nanorc b/nano/.nanorc deleted file mode 100644 index e9ab556..0000000 --- a/nano/.nanorc +++ /dev/null @@ -1,2 +0,0 @@ -set tabsize 4 -set tabstospaces