nvim-dap-ui
nvim-dap-ui copied to clipboard
Unable to use standard keys after DapTerminate
Hi First of all, thank you for your work.
After finishing debug mode by :DapStop the Ui is dismissed but when I try to use u or p in normal mode I get the following message:
No active debug session
I've installed the plugin using lazy, with the standard configuration.
{ 'rcarriga/nvim-dap-ui', dependencies = { 'mfussenegger/nvim-dap', 'nvim-neotest/nvim-nio' } },
Any ideas on how to go back to the normal key bindings after exiting debug mode?
Thank you
I am also experiencing the same with nvim-dap-ui. The ui seems to be capturing keys in normal mode. This seems like a related regression in neovim
Potential Related Issue:
- https://github.com/rcarriga/nvim-dap-ui/issues/262
Would like to add that I am experiencing the same and cannot resolve it until I re-start Neovim.
nvim --version
NVIM v0.11.2
Build type: Release
LuaJIT 2.1.1748459687
Latest nvim-dap-ui version as of today.