1
0
Fork 0
bin/.nanorc

19 lines
543 B
Plaintext

# Custom .nanorc file
# Written by @Starbeamrainbowlabs
# Soft-wrap lines (don't _actually_ auto-wrap lines - that would be really annoying!)
set softwrap
# Come to think of it, let's make _reallly_ sure that it's not going to wrap any lines on us
set nowrap
# 8 is way too wide. Seriously. Why is it even the default?
set tabsize 4
## Paint the interface elements of nano.
## This is an example; by default there are no colors.
set titlecolor brightwhite,blue
set statuscolor brightwhite,green
set keycolor green
set functioncolor yellow