]> git.wh0rd.org - home.git/blame - .nanorc
nanorc: update bindings
[home.git] / .nanorc
CommitLineData
404bf2dd 1set constantshow
5b61754d
MF
2set fill -2
3set historylog
cf211b7c 4unset locking
404bf2dd 5set positionlog
5b61754d
MF
6set morespace
7set multibuffer
8set noconvert
9set nohelp
1afdf944 10set nowrap
5b61754d
MF
11# set regexp
12set smarthome
13set smooth
14set suspend
15set tabsize 4
5b61754d
MF
16set whitespace "»·"
17set speller "aspell -x -c"
e03247d3 18
c15269e5 19# Disable justify logic.
e03247d3
MF
20unbind ^J all
21unbind M-J all
5a6dbba3 22unbind F4 all
c15269e5 23# Disable various UI interactions.
37b08081 24unbind M-X all # help mode
c41f4214 25#unbind M-C all # constant cursor
37b08081
MF
26unbind M-O all # use one more line for editing
27unbind M-H all # smart home
28unbind M-I all # auto indent
29unbind M-Q all # tab/space conversion
37b08081 30unbind M-M all # mouse
37b08081 31
404bf2dd 32bind M-d cutwordright all