vim-ags icon indicating copy to clipboard operation
vim-ags copied to clipboard

Open a file in a new tab

Open lucerion opened this issue 9 years ago • 5 comments

Please, add a possibility to open a file in a new tab. I suggest use ot mapping for that.

lucerion avatar Dec 05 '15 17:12 lucerion

That sound like a good idea. I'll implement this when I have a chance.

gabesoft avatar Dec 06 '15 19:12 gabesoft

Thank you, Gabriel!

I found a workaround. I think it's not a good solution for PR, but it can help to someone else:

autocmd FileType agsv nnoremap <buffer> ot
  \ :exec 'tab split ' . ags#filePath(line('.'))<CR>

lucerion avatar Dec 06 '15 21:12 lucerion

+1 for this feature. And thanks to @lucerion for the workaround!

ZackMFleischman avatar Jun 07 '16 02:06 ZackMFleischman

+1 for this feature

atropo avatar Oct 14 '16 08:10 atropo

  • 1

charleslee94 avatar Jun 22 '17 18:06 charleslee94