m4xshen / hardtime.nvim

Establish good command workflow and quit bad habit
MIT License
1.38k stars 26 forks source link

Feature: disable every keys individually #36

Closed mostafaqanbaryan closed 1 year ago

mostafaqanbaryan commented 1 year ago

Describe the bug First, thank you for your great plugin! If you press j and then k, and then again j, k would be disabled too. But these keys are different and if I hit the limit on using one of them, others should be able to work.

Config options Default

To Reproduce Explained in the description

Expected behavior Each key's timeout should be separated

m4xshen commented 1 year ago

Did you try out setting allow_different_key = true? This will produce a similar effect of what you want.

mostafaqanbaryan commented 1 year ago

I've completely missed that Thank you!