We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<Plug>(CommandTTag)
1 parent 8003444 commit 7a4b382Copy full SHA for 7a4b382
plugin/command-t.vim
@@ -90,6 +90,7 @@ if s:prefers_ruby
90
nnoremap <silent> <Plug>(CommandTCommand) :CommandTCommand<CR>
91
nnoremap <silent> <Plug>(CommandTHelp) :CommandTHelp<CR>
92
nnoremap <silent> <Plug>(CommandTLine) :CommandTLine<CR>
93
+ nnoremap <silent> <Plug>(CommandTTag) :CommandTTag<CR>
94
95
if !hasmapto('<Plug>(CommandT)') && maparg('<Leader>t', 'n') ==# ''
96
nmap <unique> <Leader>t <Plug>(CommandT)
0 commit comments