Re: [Vim-latex-devel] help needed with \ll and \lv shortcuts
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-08 20:35:24
|
Charles Boncelet wrote: > I just downloaded and installed latex-suite. Very impressive, > thanks. > > For the life of me, however, I can't figure out how to input > the "\ll" and "\lv" commands to compile and view. The menu > works, just not the keystrokes. > > Thanks, > Charlie If you are in Normal mode (not Insert mode), just tyoe the three characters. If you use TeX, you must know where the find the "\" character on your keyboard! Are you using eVim ("easy" vim, or with 'insertmode' set)? If so, you can use <C-L> or <C-\><C-N> to get to Normal mode, or <C-O> to do so for just one command. If not, what does vim tell you when you type :map \ll ? HTH --Benji Fisher |