m4xshen / hardtime.nvim

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

What is the useful of resetting_keys section ? #13

Closed Meigumikato closed 1 year ago

Meigumikato commented 1 year ago

I use yy (double y) to lazy load yank.nvim plugin, but when hardtime.nvim set resetting_keys section for y key that lead yank.nvim can not normal loaded. When i set resetting_keys section empty, it can good work.

m4xshen commented 1 year ago

The resetting_keys are designed to make the edition more smoothly. For example, jjyyjp copy the second line below and paste on the third line. But if y is not in resetting_keys, the third j will be blocked.

Meigumikato commented 1 year ago

I try change resetting_keys section y key effective mode to only v then i can use yy success lazy load my yank.nvim plugin in n mode. The resetting_keys are normal work except y and p when i have yank.nvim plugin. I think those plugin have some conflict, but i can not find this problem.

m4xshen commented 1 year ago

Could you please update to the latest version and try whether it works without changing the resetting_keys? I just fixed the issue yesterday.

Meigumikato commented 1 year ago

I update to lastest, now it's work fine.