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