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