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