]> git.wh0rd.org - home.git/blob - .nanorc
nanorc: update bindings
[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 speller "aspell -x -c"
18
19 # Disable 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-M all # mouse
31
32 bind M-d cutwordright all