mapping for jumping to a tag

2007-03-31 Thread Dimitar
Hello, I have a small question here, hope someone helps. I have the following mapping in my .vimrc: nmap :exe "tag ". expand("") As you see I use ctrl-j to jump to a tag because on a German keyboard for doing ctrl-] I have to break my fingers and press ctrl-altgr-9. The mapping works fine for

Re: mapping for jumping to a tag

2007-03-31 Thread Tobia
Dimitar wrote: > I also tried to map c-j to c-] but it also didn't work. Uh? :mapworks here. Tobia

Re: mapping for jumping to a tag

2007-03-31 Thread A.J.Mechelynck
Tobia wrote: Dimitar wrote: I also tried to map c-j to c-] but it also didn't work. Uh? :mapworks here. Tobia Yes, I use ":map " and it works too. Best regards, Tony. -- There's no room in the drug world for amateurs.

Re: mapping for jumping to a tag

2007-04-01 Thread Dimitar
* Tobia <[EMAIL PROTECTED]> [070331 20:35]: > Dimitar wrote: > > I also tried to map c-j to c-] but it also didn't work. > > Uh? :mapworks here. Did you try this in a help file? :help then go to a tag and press c-j Works for me too but I hoped I can use the c-j, I do not know why should the

Re: mapping for jumping to a tag

2007-04-01 Thread Tobia
Dimitar wrote: > * Tobia <[EMAIL PROTECTED]> [070331 20:35]: > > :mapworks here. > > Did you try this in a help file? > :help > then go to a tag and press c-j Yes, I tried it in a help window, both in console Vim and in GVim, before posting. I don't know where else I can find tags! Try start

Re: mapping for jumping to a tag

2007-04-01 Thread Dimitar
* Tobia <[EMAIL PROTECTED]> [070401 11:30]: > Dimitar wrote: > > * Tobia <[EMAIL PROTECTED]> [070331 20:35]: > > > :mapworks here. > > > > Did you try this in a help file? > > :help > > then go to a tag and press c-j > > Yes, I tried it in a help window, both in console Vim and in GVim, > befo