You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of snacks.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.10.0
Operating system/version
MacOS 13.6
Describe the bug
When the cursor is placed on a window with a terminal buffer (created with :term) if the user attempts to switch to another buffer via the picker the buffer will open on another window.
Steps To Reproduce
Start neovim
Split :vs
Open a terminal on one of the splits :term
Switch to other window and open a two files
Switch to the window with the terminal
Attempt to pick buffer
The buffer will open on the non-terminal window
Expected Behavior
Buffers should always open on the window the cursor is placed when the picker is invoked.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.0
Operating system/version
MacOS 13.6
Describe the bug
When the cursor is placed on a window with a terminal buffer (created with
:term
) if the user attempts to switch to another buffer via the picker the buffer will open on another window.Steps To Reproduce
:vs
:term
The buffer will open on the non-terminal window
Expected Behavior
Buffers should always open on the window the cursor is placed when the picker is invoked.
Repro
The text was updated successfully, but these errors were encountered: