-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.nanorc
35 lines (31 loc) · 780 Bytes
/
.nanorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#-------- General Options ----------
set autoindent
set nowrap
set matchbrackets "(<[{)>]}"
#set mouse
set smarthome
set softwrap
#set atblanks
set tabsize 4
set trimblanks
set historylog
#set indicator
## Key bindings.
## See nanorc(5) for more details on this.
bind ^L mark main
#bind M-L linter main
set statuscolor yellow
set titlecolor white,black
set keycolor white
set numbercolor white,black
set functioncolor white
#include /usr/share/nano/*.nanorc
include ~/.nanosyntax/c.nanorc
include ~/.nanosyntax/python.nanorc
include ~/.nanosyntax/sh.nanorc
include /usr/share/nano/javascript.nanorc
include /usr/share/nano/json.nanorc
include /usr/share/nano/xml.nanorc
include /usr/share/nano/html.nanorc
include /usr/share/nano/css.nanorc
include /usr/share/nano/lua.nanorc