aboutsummaryrefslogtreecommitdiffstats
path: root/_nexrc
blob: 1c4043b1763b6cb706d22e071fc4b7102f9a6079 (plain)
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
43
44
45
46
47
48
49
50
"
" ~/.nexrc
" for nvi, default vi on BSDs
"
" Credits: http://rubenschade.com/dotfiles/.nexrc
"
" Aaron LI
" Created: 2011-06-20
" Updated: 2012-02-24
"
" nvi doesn't like inline comments or empty lines, be warned!
"
" GENERAL SETTINGS
set extended
set magic
set searchincr
set showmatch
set matchtime=3
set showmode
set ignorecase
set wrapscan
"
" Command-line history and completion
"
" USE <TAB>
set cedit=\
set filec=\
" USE <ESC>
"set cedit=
"set filec=
"
" I LIKE 4 SPACE INDENTATION
set autoindent
set shiftwidth=4
set tabstop=8
"
" TELL ME WHEN I DO SOMETHING STUPID
set errorbells
set flash
set verbose
"
" SHOW LINE NUMBERS, COLUMN/ROW POSITION
set number
set ruler
"
" KEY MAPPINGS
map gg 1G
"
"
" vim: set ts=8 sw=4 tw=78 fenc=utf-8 ft=vim: #