]> git.wh0rd.org - home.git/blob - .nanorc
test.cc: new C++ test
[home.git] / .nanorc
1 set constantshow
2 set fill -2
3 set historylog
4 set positionlog
5 set morespace
6 set multibuffer
7 set noconvert
8 set nohelp
9 set nowrap
10 # set regexp
11 set smarthome
12 set smooth
13 set suspend
14 set tabsize 4
15 #set whitespace "»·"
16 set whitespace "»·"
17 set speller "aspell -x -c"
18
19 # disable stupid justify logic
20 unbind ^J all
21 unbind M-J all
22 unbind F4 all
23 # disable various ui interactions
24 unbind M-X all # help mode
25 #unbind M-C all # constant cursor
26 unbind M-O all # use one more line for editing
27 unbind M-H all # smart home
28 unbind M-I all # auto indent
29 unbind M-Q all # tab/space conversion
30 unbind M-B main # backup files
31 unbind M-M all # mouse
32 unbind M-N all # dos/mac conversion mode
33
34 bind M-d cutwordright all