wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Wrong opening in a split #320

Closed EdvardD closed 6 years ago

EdvardD commented 6 years ago

Sometimes the file is opening in a new split, while I don't use splits in settings of command-t. I found out that it's easy reproducable: If I open vim without any file (i.e. just by command vim) then the files will open in a split. If I open vim with some file (i.e. by command vim some_file.txt) then everything works fine.

EdvardD commented 6 years ago

:set hidden? fixes the problem