1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00
bin/.nanorc

17 lines
439 B
Plaintext

# 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