mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

T to open in new tab without moving to it moves cursor away from quickfix window #270

Open goalaleo opened 4 years ago

goalaleo commented 4 years ago

ACTUAL

If I open a file from the quickfix window with T, the new tab is opened without moving to it (as expected), but my cursor is moved from the quickfix buffer to one of the windows in the same original tab.

EXPECTED

Cursor to stay in the quickfix window/buffer