[Bug]: Resize mode is deleting my global keymaps that remap j and k to gj and gk #126
Closed
1 task done
Labels
bug
Something isn't working
Similar Issues
Neovim Version
NVIM v0.9.1
Multiplexer Integration
I don't use one
Multiplexer Version
No response
Steps to Reproduce
Disclaimer
j
ork
should move your cursor by display lines (it will not skip the wrapped text lines). Good, your keymap is working normally.j
andk
are skipping the wrapped lines (this should not happen)I think
vim.api.nvim_del_keymap
on fileresize_mode.lua
on line47-51
are the ones to blame.Expected Behavior
Entering resize mode should not delete my previous mapping.
Actual Behavior
Entering resize mode deletes my previous mapping.
Minimal Configuration to Reproduce
Additional Details and/or Screenshots
No response
The text was updated successfully, but these errors were encountered: