Use tjump so we can select the correct one

This commit is contained in:
Kevin Cotugno 2018-12-13 07:41:04 -08:00
parent 24f1273ed7
commit 3cb2edd3ab

View File

@ -161,6 +161,7 @@ nnoremap <leader>tm :tabmove<CR>
" Misc
nnoremap <leader>h :noh<CR>
nnoremap <C-]> :exec "tjump ".expand("<cword>")<CR>
nnoremap <leader><space> :call Fullscreen()<CR>
function Fullscreen()