wincent / command-t

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

[CommandTMRU] File selection always opens in a new split buffer #314

Closed nirajgup closed 6 years ago

nirajgup commented 6 years ago

On CommandTMRU window,

  1. Selecting a file most of the time opens in a horizontal split window instead of opening in the same buffer
  2. Shortcuts like C-v, C-, C-t doesn't work as expected
aptiko commented 6 years ago

I have the same problem since the last time I updated.

joelind commented 6 years ago

Same here

nirajgup commented 6 years ago

FYI, this issue doesn't seem to exist on 5.0.1

wincent commented 6 years ago

Thanks for reporting back @nirajgup. I'll close this. If anybody else is still seeing this or an issue like it after updating to the latest release, please create a new issue and we can discuss it there.

nirajgup commented 6 years ago

@wincent Sorry, my bad. I meant this issue didn't exist on 5.0.1 but exists on the latest version i.e 5.0.2. So this is a new issue. Can you reopen this ticket?

wincent commented 6 years ago

I merged #315, so please let me know if this is still an issue on the master branch. At least, I couldn't repro it...

nirajgup commented 6 years ago

I am not able to see this issue anymore after updating. The changes seems to have fixed this issue.