سؤال

The usual, default mapping for Ctrl-] seems to be "lookup tag under cursor". If I want the list of all possible tag hits, I have to press "g" then ctrl-].

How do I noremap <silent> <C-]> to be g + "lookup tag under cursor"? I expect the results in a window(?) at the bottom of the screen just like usual.

And, of course, I want this because I forget the "g" all-too-often.

هل كانت مفيدة؟

المحلول

Sometimes, the most obvious solution is just what you need:

nmap <C-]> g<C-]>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top