Closed gfairchild closed 8 years ago
How can I open a file in a new tab instead of replacing the currently open file tab?
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.
g:fuzzy_opencmd
.vimrc:
let g:fuzzy_opencmd = 'tabedit'
Perfect! Thanks!
How can I open a file in a new tab instead of replacing the currently open file tab?