nvim-test icon indicating copy to clipboard operation
nvim-test copied to clipboard

feature request: `go_back_immediately` to focus back directly after test start

Open fwolfst opened this issue 3 years ago • 0 comments

Thanks, plugin works nice on my setup (using it for Ruby/rspec).

I have a feature request: I assumed the option termOpts < go_back would let me focus back my previous window immediately. Unfortunately the focus changes only after the test run is finished. An option go_back_immediately (overriding go_back) would be great.

Currently my workaround is this map <Leader>T :TestFile<CR><c-w><c-p> (execute TestFile and WindowPrevious).

fwolfst avatar Oct 28 '22 15:10 fwolfst