set statusline=%<%1*(%M%R)%f(%F)%=\ [%n]%1*%-19(%2*\ %03lx%02c(%p%%)\ %1*%)%O'%3*%02b%1*' set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C%.%# set nocompatible set nocp set shiftwidth=4 set tabstop=4 set hlsearch set showmatch set incsearch set laststatus=2 set bs=2 syntax on filetype plugin on filetype indent on au BufNewFile,BufRead *.s set ft=asmMIPS syntax=asm au BufNewFile,BufRead *.c,*.C,*.h,*.H set expandtab cin map :call GotoBuf(1) map :call GotoBuf(2) map :call GotoBuf(3) map :call GotoBuf(4) map :call GotoBuf(5) map :call GotoBuf(6) map :call GotoBuf(7) map :call GotoBuf(8) map :call GotoBuf(9) map :call GotoBuf(10) map :call GotoBuf(11) map :call GotoBuf(12) hi User1 term=inverse,bold ctermbg=darkblue ctermfg=cyan guibg=#18163e guifg=grey hi User2 term=inverse,bold ctermbg=darkblue ctermfg=cyan guibg=#0d0c22 guifg=grey hi User3 term=inverse,bold ctermbg=darkblue ctermfg=lightred guibg=#18163e guifg=#ff5e6e