wincent / command-t

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

Command-T should open a file the current split #269

Closed dylan-chong closed 7 years ago

dylan-chong commented 7 years ago

Currently the file will open in the main split.

To replicate the undesired behaviour:

  1. Open vim
  2. Open another split (so you have 2 splits)
  3. Move the cursor the new split
  4. Trigger Command-T and open any file

This will result in the file being opened in the main split. Instead, it should open in the split that the cursor was in just before opening Command-T

wincent commented 7 years ago

Can't repro this. Have you tried the following?

I'm going to close this due to the inability to repro, but feel free to comment back if the above possible solutions don't help you.