I'm having some trouble reading vim's documentation on the terminal because I can't follow the links that are given.
I quote:
Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-].
The problem is that i'm using a spanish keyboard where the "+" and the "]" are on the same button so when I hit CTRL-], I make a zoom.
Can I map the CTRL-] to any other keys somehow or is there any other option?
nnoremap <leader>h <c-]>– VanLaser Oct 28 '15 at 20:13nnoremap <buffer> <cr> <c-]>in~/.vim/after/ftplugin/help.vim. – Peter Rincker Oct 28 '15 at 21:25