In :help tag it says that one can go to a tag definition using the CTRL–] keystroke. But I can’t get this to work. I thought I messed some mappings with my plugins, so I cleaned .vimrc. But I still get cursor to a tag word (in help for example). I strike Ctrl and ] simultaneously and nothing happens.
How to fix it? Or maybe I’m reading :help wrong?
First, use the
:verbosecommand (thanks to sehe) to know who rebound your key where.Then, if you cannot find where your key was rebound, bind yourCtrl–] key by the original one then retry:
For more info: