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
When multiple files is selected with visual mode and then hit x to discard. A prompt at the bottom left show up to confirm. After the confirmation, no file is discarded.
Description
When multiple files is selected with visual mode and then hit x to discard. A prompt at the bottom left show up to confirm. After the confirmation, no file is discarded.
Recording.2026-04-01.120623.mp4
Neovim version
NVIM v0.11.6
Build type: Release
LuaJIT 2.1.1741730670
Operating system and version
Windows 11
Steps to reproduce
Expected behavior
The files should be discarded.
Actual behavior
Nothing happen after hitting x to discard the files.
Minimal config
Installed with lazy:
{ "NeogitOrg/neogit", dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", }, opts = { integrations = { telescope = true, }, }, },