How to remap all key bindings ?
Opened this issue · 5 comments
I use Lazy.nvim to install the plugin, I want:
(1) disable all current default key bindings.
(2) only define a key binding (eg, <leader> n
) to relpace function of current <leader>nr
.
that is not possible. The plugin defines keybindings for a reason.
Thanks. I forked this project and solved this issue!
that is not possible. The plugin defines keybindings for a reason.
I too would prefer to disable all keybindings and define my own, why do you not want this to be possible, for what reasons? 🤔
you just need to re-define those mappings here:
Lines 68 to 81 in e027db9
and then it shouldn't define its own mappings.
Setting g:nrrw_rgn_nomap_nr
& g:nrrw_rgn_nomap_Nr
is even better, my mappings would be dynamically set later so not from the start.