dot/.vimrc

33 lines
660 B
VimL
Raw Normal View History

2017-02-19 10:20:24 +01:00
set ai
" Disable (ab)use of X11 selection
set clipboard=
set comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,n:\|
2017-02-19 09:37:36 +01:00
set expandtab
2017-02-19 10:20:24 +01:00
set exrc
set list
set listchars=tab:»·,trail
set modeline
set nojoinspaces
set nrformats-=octal
set nrformats+=hex
2017-02-19 10:20:24 +01:00
set nu
set printoptions=paper:A4,formfeed:y,portrait:n,number:y,left:10mm,right:10mm
set ruler
set scrolloff=5
2017-02-19 10:20:24 +01:00
set secure
set sm
set sw=4
set tw=72
set viminfo='100,<50,s10,h,%
2017-02-19 09:37:36 +01:00
syntax on
if has('reltime')
set incsearch
endif
colorscheme hjp
2017-02-19 10:20:24 +01:00
map <F7> :cp
map <F8> :cn
map!  >I<yypa/O
autocmd FileType perl let perl_fold=1
autocmd FileType perl let perl_fold_blocks=1
autocmd FileType perl syntax on