]> git.wh0rd.org - home.git/blame - .nanorc
glinux-backups: more excludes
[home.git] / .nanorc
CommitLineData
7425ea05
MF
1set atblanks
2set autoindent
3unset backup
c6a7a9dc
MF
4# set boldtext
5unset breaklonglines
404bf2dd 6set constantshow
5b61754d
MF
7set fill -2
8set historylog
c6a7a9dc
MF
9unset jumpyscrolling
10# set linenumbers
cf211b7c 11unset locking
5b61754d
MF
12set multibuffer
13set noconvert
14set nohelp
c6a7a9dc 15set positionlog
5b61754d
MF
16# set regexp
17set smarthome
5b61754d
MF
18set suspend
19set tabsize 4
5b61754d
MF
20set whitespace "»·"
21set speller "aspell -x -c"
e03247d3 22
c15269e5 23# Disable justify logic.
e03247d3
MF
24unbind ^J all
25unbind M-J all
5a6dbba3 26unbind F4 all
c15269e5 27# Disable various UI interactions.
37b08081 28unbind M-X all # help mode
c41f4214 29#unbind M-C all # constant cursor
37b08081
MF
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
37b08081 34unbind M-M all # mouse
37b08081 35
7425ea05 36bind M-i autoindent all
404bf2dd 37bind M-d cutwordright all