]> git.wh0rd.org - home.git/blob - .nanorc
unbind F4 too
[home.git] / .nanorc
1 set const
2 set fill -2
3 set historylog
4 set morespace
5 set multibuffer
6 set noconvert
7 set nohelp
8 set nowrap
9 # set regexp
10 set smarthome
11 set smooth
12 set suspend
13 set tabsize 4
14 #set whitespace "»·"
15 set whitespace "»·"
16 set speller "aspell -x -c"
17
18 # disable stupid justify logic
19 unbind ^J all
20 unbind M-J all
21 unbind F4 all