aboutsummaryrefslogtreecommitdiffstats
path: root/rpi2-debian-stdkernel/files/vimrc
blob: 822382ad73a5e58c2266b7b8696fb3929c93c1be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
set nocompatible
filetype plugin indent on
set autoindent
set background=dark
set backspace=2
set hidden
set hlsearch
set ignorecase
set incsearch
set laststatus=2
set modelines=0
set nobackup
set nowritebackup
set ruler
set scrolloff=3
set shiftwidth=4
set showcmd
set showmatch
set statusline=%<%f%h%m%r%=%l,%c\ %P
set ts=4
set whichwrap=<,>,[,]
set wildmode=list:full
syntax on