[slim-vim] A better edit mode for Lisp
Daniel Trstenjak
Daniel.Trstenjak at online.de
Thu May 11 14:04:07 CDT 2006
> True, and this is often what I do - but moving between windows is more
> of a pain than what I would ideally like. Though, part of the pain is
> my own fault - I type Dvorak and jkhl are in different places. For
> normal mode I have remapped h/t to down/up and j/k to left/right -
> which works OK. But I don't think I can remap that combo to moving
> between windows.
What about:
map <C-w>h :wincmd j<CR>
map <C-w>t :wincmd k<CR>
map <C-w>j :wincmd h<CR>
map <C-w>k :wincmd l<CR>
Daniel
More information about the slim-vim
mailing list