Most of the time I use the gd
command then I have to browse the file manually in a new terminal tab, because I still need to leave open the previous file.
It would be just a bit useful to be able to open the definition in a new tab, of course, I'm just wondering if this is possible and how to configure it, probably mapping a new command in the nvim config file?
This is how I'm mapping the gd
command:
nmap <silent> gd <Plug>(coc-definition)