Re: [Vim-latex-devel] [Contact] :TTarget pdf/dvi
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-05-10 07:05:08
|
On Sun, 9 May 2004, Sebastian Menge wrote: > I just tried to map the command \":TTarget pdf\" to <F8> using > > :map <F8> > :TTarget pdf <return> > It looks like you have a spurious space. It should be map <F8> :TTarget pdf<return> NOT map <F8> :TTarget pdf <return> Or a little shorter: map <F8> :TTarget pdf<CR> HTH Srinath PS: Since you are not subscribed to this list, further replies from you to this list will be silently ignored. If you want to continue this thread, please subscribe. |