1
0
Fork 0
bin/.nanorc

17 lines
439 B
Plaintext
Raw Normal View History

2018-01-03 22:40:15 +00:00
# Custom .nanorc file
# Written by @Starbeamrainbowlabs
# Soft-wrap lines (don't _actually_ auto-wrap lines - that would be really annoying!)
set softwrap
# 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