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.
|