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