1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-21 19:54:24 -04:00

nano options

This commit is contained in:
2018-03-28 11:29:23 -04:00
parent 70c7711e40
commit 183e8e8a11

11
.nanorc Normal file
View File

@@ -0,0 +1,11 @@
# syntax highlighting
# clone from https://github.com/scopatz/nanorc
include "~/.nano/syntax/*.nanorc"
# options
set const
set mouse
set smooth
set multibuffer
set tabstospaces
set tabsize 2