We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<c-w><c-c>
After opening a vertical split window with <c-w><c-v>, I cannot close the right split with <c-w><c-c>.
<c-w><c-v>
0.10.x
<c-w><c-w>
In case this is relevant, here is my configuration.
{ "shortcuts/no-neck-pain.nvim", version = "*", opts = { buffers = { right = { enabled = false } }, }, keys = { { "<leader>z", "<cmd>NoNeckPain<cr>" }, }, }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
After opening a vertical split window with
<c-w><c-v>
, I cannot close the right split with<c-w><c-c>
.Neovim version
0.10.x
Steps to reproduce
<c-w><c-v>
to create a vertical split.<c-w><c-w>
to move from the left split to the right split.<c-w><c-c>
, and the split shouldn't close.In case this is relevant, here is my configuration.
Relevant log output
No response
Self-service
The text was updated successfully, but these errors were encountered: