On Thu, Aug 25, 2011 at 13:38, Dotan Cohen <dotanco...@gmail.com> wrote:
> I'm just getting into Colemak and this is the VIM layout that I'm using:
> http://colemak.com/pub/vim/colemak.vim
>
> However, I still want to be able to switch to Qwerty on the fly. Is
> there a way to quickly enable/disable the Colemak mapping when I
> switch to Qwerty?
>

Sorry for the noise, I found the answer on Stack overflow:
http://stackoverflow.com/questions/253820/colemak-keyboards-with-emacs-or-vim

nnoremap <F1> <Esc>:nnoremap h k<CR>:noremap j h<CR>:noremap k j<CR>
nnoremap <F2> <Esc>:nnoremap h h<CR>:noremap j j<CR>:noremap k k<CR>

Thanks!

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to