]> git.wh0rd.org - home.git/blame_incremental - .nanorc
nanorc: update bindings
[home.git] / .nanorc
... / ...
CommitLineData
1set constantshow
2set fill -2
3set historylog
4unset locking
5set positionlog
6set morespace
7set multibuffer
8set noconvert
9set nohelp
10set nowrap
11# set regexp
12set smarthome
13set smooth
14set suspend
15set tabsize 4
16set whitespace "»·"
17set speller "aspell -x -c"
18
19# Disable justify logic.
20unbind ^J all
21unbind M-J all
22unbind F4 all
23# Disable various UI interactions.
24unbind M-X all # help mode
25#unbind M-C all # constant cursor
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
30unbind M-M all # mouse
31
32bind M-d cutwordright all