vim-ags
vim-ags copied to clipboard
Open a file in a new tab
Please, add a possibility to open a file in a new tab. I suggest use ot mapping for that.
That sound like a good idea. I'll implement this when I have a chance.
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>
+1 for this feature. And thanks to @lucerion for the workaround!
+1 for this feature
- 1