dot/.vimrc

29 lines
601 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:\|
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 viminfo='100,<50,s10,h,%
2017-10-19 12:23:16 +02:00
2018-02-06 23:35:56 +01:00
colorscheme default
2017-10-19 12:23:16 +02:00
syntax on
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