Rev 362 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
" Local settings for vim / gvimset number" set tabstop=4 softtabstop=4 shiftwidth=4 expandtabset tabstop=8 softtabstop=8 shiftwidth=8 noexpandtabset listset listchars=tab:>.set sm"enable cindentset noautoindentset cindent" make backspace remove a whole tab at a time" set softtabstop=4" make autoindent use tab size of 4 spaces" set shiftwidth=4" Show/Hide hidden Charsmap <silent> <F2> :set invlist<CR>" Show/Hide found pattern (After search)map <silent> <F3> :set invhlsearch<CR>" Remove whitespace from end of linesmap <silent> <F4> :%s/\s\+$//g<CR>" Show the ASCII Tablemap <silent> <F5> <Plug>CT_CharTable" Set html creation to use style sheetslet html_use_css = 1" Set up Printer optionsset printoptions=left:15mm,right:15mm,top:15mm,bottom:15mm,paper:A4,header:2set printfont=courier_new:h7colorscheme darkblue" Bufferlist pluginmap <silent> <F6> :call BufferList()<CR>let g:BufferListWidth = 25let g:BufferListMaxWidth = 50hi BufferSelected term=reverse ctermfg=white ctermbg=red cterm=boldhi BufferNormal term=NONE ctermfg=black ctermbg=darkcyan cterm=NONE