bug: [Terminal] Clicking on buffer tab while termial is open and in focus opens buffer in terminal #110
Closed
4 tasks done
Labels
bug
Something isn't working
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.2
Operating system/version
MacOS 15.0.1
Describe the bug
If you have the terminal open
<C-/>
and it has focus, and you then click on a buffer tab, the buffer that is clicked opens in the terminal pane and you have to do:q
to close it, doing<leader-bd>
deletes the current buffer ignoring the one open in the terminal despite the buffer in the terminal having focus.Steps To Reproduce
<C-/>
to open (for me this automatically gives it focus)Expected Behavior
Focus would return to the buffer, terminal would either toggle closed or do nothing.
Repro
The text was updated successfully, but these errors were encountered: