Add rcfiles

This commit is contained in:
Daniel A. Maierhofer
2018-03-11 23:21:37 +01:00
parent 0e80539f56
commit 56e74fec65
6 changed files with 166 additions and 1 deletions

24
templates/vimrc.j2 Normal file
View File

@@ -0,0 +1,24 @@
# {{ ansible_managed }}
syntax on
colorscheme elflord
set ts=4
set sw=4
set softtabstop=4
set expandtab
set cindent
set ai
set ic
set hls
set showmode showcmd ruler
"set encoding=utf-8
set mouse=
"set visualbell
match Todo /\s\+$/
map <F4> :w<CR>
map <F5> :w<CR> :make<CR>
map <F6> :w<CR> :make install<CR>
map <F7> :make clean<CR>
map <F8> :!./%:r
map <F9> <ESC>:q<CR>
let g:netrw_dirhistmax = 0