Hello,
I have a small question here, hope someone helps.
I have the following mapping in my .vimrc:
nmap <C-j> :exe "tag ". expand("<cword>")<CR>
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 normal files but I cannot use it for the
vim help. The error I get there is:
E21: Cannot make changes, 'modifiable' is off
But ctrl-] works also in help files. I also tried to map c-j to c-]
but it also didn't work. Can someone help?
Thanks,
Dimitar