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