all repos

dotfiles @ b1d104b22f7da70fade2b19ad37d5cf3fc2c90c0

my dotfiles

nanorc (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
set atblanks
set autoindent
set backup
set backupdir ""
set boldtext
set casesensitive
set constantshow
set cutfromcursor
set historylog
set linenumbers
set locking
set morespace
set mouse
set multibuffer
set noconvert
set nohelp
set nopauses
set nonewlines
set nowrap
set operatingdir ""
set positionlog
set preserve
set punct "!.?"
set quickblank
set quotestr "^([ 	]*[#:>\|}])+"
set quotestr "> "
set regexp
set showcursor
set smarthome
set smooth
set softwrap
set speller "aspell -x -c"
set suspend
set tabsize 4 
set tabstospaces
set tempfile
set trimblanks
set view
set whitespace "»·"
set whitespace ">."
set wordbounds
include "/usr/share/nano/*.nanorc"