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

How to open a file in a few tab? #7

Closed
gfairchild opened this issue Oct 5, 2016 · 2 comments
Closed

How to open a file in a few tab? #7

gfairchild opened this issue Oct 5, 2016 · 2 comments

Comments

@gfairchild
Copy link

How can I open a file in a new tab instead of replacing the currently open file tab?

@cloudhead
Copy link
Owner

You can change the default behaviour by setting g:fuzzy_opencmd, but there's currently no way to do it on a per-file basis.

.vimrc:

let g:fuzzy_opencmd = 'tabedit'

@gfairchild
Copy link
Author

Perfect! Thanks!

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

2 participants