-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nanorc
66 lines (59 loc) · 1.18 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
unbind ^J main
unbind ^N main
unbind ^Y all
unbind M-J main
unbind M-T main
set minibar
set zap
set mouse
set autoindent
set multibuffer
set tabsize 4
set constantshow
set trimblanks
set softwrap
set atblanks
set afterends
set smarthome
set stateflags
set positionlog
set historylog
bind ^F whereis all
bind ^N findnext all
bind ^B wherewas all
bind ^P findprevious all
bind ^V paste all
bind ^/ comment main
bind ^A mark main
bind ^C copy main
bind ^E execute main
bind ^f whereis all main
bind ^H exit help
bind ^h replace main
bind ^L refresh main
bind ^O insert main
bind ^R replace main
bind ^s savefile main
bind ^T gotoline main
bind ^w exit main
bind ^x cut main
bind ^y redo main
bind ^z undo main
bind M-R redo main
bind M-U undo main
bind ^H chopwordleft main
bind ^L linter execute
bind ^T cutrestoffile execute
bind ^T gotodir browser
extendsyntax python tabgives " "
extendsyntax makefile tabgives " "
set titlecolor bold,white,black
set promptcolor black,normal
set statuscolor bold,white,black
set errorcolor bold,white,red
set spotlightcolor black,lightyellow
set selectedcolor lightwhite,magenta
set stripecolor ,yellow
set scrollercolor cyan
set numbercolor cyan
set keycolor cyan