]> git.wh0rd.org - home.git/blob - .nanorc
cros-board: update
[home.git] / .nanorc
1 set atblanks
2 set autoindent
3 unset backup
4 # set boldtext
5 unset breaklonglines
6 set constantshow
7 set fill -2
8 set historylog
9 unset jumpyscrolling
10 # set linenumbers
11 unset locking
12 set multibuffer
13 set noconvert
14 set nohelp
15 set positionlog
16 # set regexp
17 set smarthome
18 set suspend
19 set suspendable
20 set tabsize 4
21 set whitespace "»·"
22 set speller "aspell -x -c"
23
24 # Disable justify logic.
25 unbind ^J all
26 unbind M-J all
27 unbind F4 all
28 # Disable various UI interactions.
29 unbind M-X all # help mode
30 #unbind M-C all # constant cursor
31 unbind M-O all # use one more line for editing
32 unbind M-H all # smart home
33 unbind M-I all # auto indent
34 unbind M-Q all # tab/space conversion
35 unbind M-M all # mouse
36
37 bind ^Z suspend main
38 bind M-i autoindent all
39 bind M-d chopwordright all