X-Git-Url: http://git.draconx.ca/gitweb/vimconf.git/blobdiff_plain/9fcaed0f2fcf7ee2b3ab5c9f67d2bdb2713574fe..8214b90df1346ea4433e4593da86ca44686c376e:/vimrc diff --git a/vimrc b/vimrc index e62fd40..40de099 100644 --- a/vimrc +++ b/vimrc @@ -1,8 +1,12 @@ " Global stuff set ai backup autocmd Syntax * syntax sync fromstart +syntax on -" langmaps for non-stantard layouts +" Try to prevent vim from seeing terminal escape sequences with user input +set timeoutlen=100 + +" langmaps for non-standard layouts if $KEYMAP == "colemak" set langmap=sd,fe,tf,dg,ui,nj,ek,il,kn,yo,\\;p,pr,rs,gt,lu,jy,SD,FE,TF,DG,UI,NJ,EK,IL,KN,YO,:P,PR,RS,GT,LU,JY,o\\;,O: endif @@ -20,6 +24,7 @@ au BufNewFile,BufRead *.cls set filetype=tex au BufNewFile,BufRead *.sig set filetype=sml au BufNewFile,BufRead *.cabal set filetype=cabal au BufNewFile,BufRead *.h set filetype=c +au BufNewFile,BufRead *.gob set filetype=gob au BufNewFile,BufRead Makefile.inc set filetype=automake au BufReadPre .skk-uim-jisyo set fileencodings=euc-jp