Bring in Louisa Luciani's GSoC 2008 work, a DragonFly LiveDVD that is
[dragonfly.git] / nrelease / gui / root / .vimrc
1 set statusline=%<%1*(%M%R)%f(%F)%=\ [%n]%1*%-19(%2*\ %03lx%02c(%p%%)\ %1*%)%O'%3*%02b%1*'
2 set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C%.%#
3 set nocompatible
4 set nocp
5 set shiftwidth=4
6 set tabstop=4
7 set hlsearch
8 set showmatch
9 set incsearch
10 set laststatus=2
11 set bs=2
12
13 syntax on
14 filetype plugin on
15 filetype indent on
16
17 au BufNewFile,BufRead *.s set ft=asmMIPS syntax=asm
18 au BufNewFile,BufRead *.c,*.C,*.h,*.H set expandtab cin
19
20 map <F1> :call GotoBuf(1)<CR>
21 map <F2> :call GotoBuf(2)<CR>
22 map <F3> :call GotoBuf(3)<CR>
23 map <F4> :call GotoBuf(4)<CR>
24 map <F5> :call GotoBuf(5)<CR>
25 map <F6> :call GotoBuf(6)<CR>
26 map <F7> :call GotoBuf(7)<CR>
27 map <F8> :call GotoBuf(8)<CR>
28 map <F9> :call GotoBuf(9)<CR>
29 map <F10> :call GotoBuf(10)<CR>
30 map <F11> :call GotoBuf(11)<CR>
31 map <F12> :call GotoBuf(12)<CR>
32
33 hi User1 term=inverse,bold ctermbg=darkblue ctermfg=cyan guibg=#18163e guifg=grey
34 hi User2 term=inverse,bold ctermbg=darkblue ctermfg=cyan guibg=#0d0c22 guifg=grey
35 hi User3 term=inverse,bold ctermbg=darkblue ctermfg=lightred guibg=#18163e guifg=#ff5e6e