Closed trotzig closed 7 years ago
Thanks for reporting.
nnoremap <Space> :CommandT<CR>
Awesome.
Do you by any chance have any fanciness set-up like I used to have in my dotfiles? https://github.com/wincent/wincent/commit/35d430520d525e8ac4c829f4436e5b42c8df5dd8
I have a feeling that you need this:
set switchbuf=usetab
I couldn't find anything fancy like what you used to have, but adding
set switchbuf=usetab
did the trick.
I'm going to close this assuming it's a user error. Thanks!
I can see other people running into this. I should at least document this, and also possibly consider (optionally) setting 'switchbuf'
if it is still at the default value.
When I open the same file that I have open in the active buffer, the window is
:split
into two. This is on v5.0. I believe the previous version didn't have this behavior.This is my config: