Re: [Vim-latex-devel] Feature suggestion: distinct tw for normal/math modes
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2009-01-11 05:39:40
|
> omap<buffer> ae :call g:Tex_SelectAnEnvironment()<cr> > vmap<buffer> ae<esc>:call g:Tex_SelectAnEnvironment()<cr> That's nice, but in most cases when I want to do that, I use [%v%$ That is: *) [% gets me to the start of the environment *) v turns on visual mode *) % gets me to the end of the environment *) gets me to the end of the line Nevertheless "vae" is quicker than "[%v%$" for several reasons. :) > omap<buffer> ie :call g:Tex_SelectInnerEnvironment()<cr> > vmap<buffer> ie<esc>:call g:Tex_SelectInnerEnvironment()<cr> Now I can't think of any existing quick way to do that. --Ted -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |