]> git.wh0rd.org - home.git/blob - .nanorc
gitconfig: more settings
[home.git] / .nanorc
1 set atblanks
2 set autoindent
3 unset backup
4 set constantshow
5 set fill -2
6 set historylog
7 #set linenumbers
8 unset locking
9 set positionlog
10 set morespace
11 set multibuffer
12 set noconvert
13 set nohelp
14 set nowrap
15 # set regexp
16 set smarthome
17 set smooth
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