]> 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 tabsize 4
20 set whitespace "»·"
21 set speller "aspell -x -c"
22
23 # Disable justify logic.
24 unbind ^J all
25 unbind M-J all
26 unbind F4 all
27 # Disable various UI interactions.
28 unbind M-X all # help mode
29 #unbind M-C all # constant cursor
30 unbind M-O all # use one more line for editing
31 unbind M-H all # smart home
32 unbind M-I all # auto indent
33 unbind M-Q all # tab/space conversion
34 unbind M-M all # mouse
35
36 bind M-i autoindent all
37 bind M-d cutwordright all