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