Vim: set langmap=e;h breaks supertab plugin
问题 I am new to Vim and trying to set up some plugins. So far I have installed pathogen, pyflakes and supertab. The latter does not seem to work; pressing tab while in insert mode simply writes the string <Plug>SuperTabForward . The problem only occurs with the following line in my vimrc (for better navigation using colemak layout): set langmap=hjklneiHJKLNEI;kniejhlKNIEJHL Without the above line it works just fine. After further experiments I've narrowed it down to set langmap=e;h . This single