Closed PrayagS closed 5 months ago
You can remove those keys from hardtime's config:
opts = {
resetting_keys = {
[">"] = {},
["<"] = {},
},
}
Thanks a lot! This did the trick.
I was playing with the restricted_keys
option but that wasn't working because I had the wrong idea of what that option means.
Describe the bug
This is happening particularly for angle brackets (
>
,<
). I understand that hardtime will create keymaps for all the usual keys to record/disable them. It is doing the same with angle brackets as well. However, my other keymaps that use angle brackets like>p
and<p
stop working when I enable hardtime.Config options
To Reproduce Steps to reproduce the behavior:
:verbose map >
).>p
and>P
don't work.What all have I tried
which-key
.>
.It works when I disable hardtime (all other plugins and mappings are enabled).