]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/vimrc
LP#1442701: prune 'message_id' and 'single' CGI params from TPAC dashboard links
[working/Evergreen.git] / Open-ILS / examples / vimrc
1 set hlsearch
2 set tabstop=4
3 set softtabstop=4
4 set shiftwidth=4
5 vnoremap < <gv
6 vnoremap > >gv
7 set nobk
8 set whichwrap=b,s,<,>,[,]
9 set backspace=indent,eol,start
10 set smartcase
11 filetype on
12 syntax enable
13 set expandtab
14 autocmd BufEnter ?akefile* set noet ts=4 sw=4  "use real tabs in Makefiles
15 autocmd BufEnter *txt set noet ts=4 sw=4  "use real tabs in txt files
16 autocmd BufEnter *out set noet ts=4 sw=4  "use real tabs in txt files
17 autocmd BufEnter *csv set noet ts=4 sw=4  "use real tabs in txt files
18 au BufNewFile,BufRead *.xhtml setf html
19 au BufNewFile,BufRead *.bsh setf java
20 au BufNewFile,BufRead *.ftl setf html
21 set bg=dark
22 let loaded_matchparen = 1