Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open a file in a new tab #23

Open
lucerion opened this issue Dec 5, 2015 · 5 comments
Open

Open a file in a new tab #23

lucerion opened this issue Dec 5, 2015 · 5 comments

Comments

@lucerion
Copy link

lucerion commented Dec 5, 2015

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

@gabesoft
Copy link
Owner

gabesoft commented Dec 6, 2015

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

@lucerion
Copy link
Author

lucerion commented Dec 6, 2015

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>

@ZackMFleischman
Copy link

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

@atropo
Copy link

atropo commented Oct 14, 2016

+1 for this feature

@charleslee94
Copy link

  • 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants