]> git.wh0rd.org - home.git/blame - .nanorc
cros-board: update
[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 18set suspend
e37be906 19set suspendable
5b61754d 20set tabsize 4
5b61754d
MF
21set whitespace "»·"
22set speller "aspell -x -c"
e03247d3 23
c15269e5 24# Disable justify logic.
e03247d3
MF
25unbind ^J all
26unbind M-J all
5a6dbba3 27unbind F4 all
c15269e5 28# Disable various UI interactions.
37b08081 29unbind M-X all # help mode
c41f4214 30#unbind M-C all # constant cursor
37b08081
MF
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
37b08081 35unbind M-M all # mouse
37b08081 36
e37be906 37bind ^Z suspend main
7425ea05 38bind M-i autoindent all
37d7877e 39bind M-d chopwordright all