> 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 <t...@tedpavlic.com>

   Please visit my ALS association page:
         http://web.alsa.org/goto/tedpavlic
   My family appreciates your support in the fight to defeat ALS.

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to