From: Nick Bowler Date: Wed, 6 Oct 2010 00:21:03 +0000 (-0400) Subject: Add langmap support for Colemak. X-Git-Url: https://git.draconx.ca/gitweb/vimconf.git/commitdiff_plain/89ddad99dddbfd55ebc5c36712864968a580074c Add langmap support for Colemak. --- diff --git a/vimrc b/vimrc index ed55677..70b49a9 100644 --- a/vimrc +++ b/vimrc @@ -2,6 +2,11 @@ set ai backup autocmd Syntax * syntax sync fromstart +" langmaps for non-stantard 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 + " Mouse Stuff set mouse=a :map 5