m4xshen / hardtime.nvim

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

J and K repeats are not blocked #3

Closed delightfulabyss closed 1 year ago

delightfulabyss commented 1 year ago

H and L repeats are being blocked as expected but J and K repeats are being allowed.

Using Neovim 0.9.0 and Ubuntu 22.04.

{ "m4xshen/hardtime.nvim", opts = {}, }

Config is here

m4xshen commented 1 year ago

I just added gk and gj to the restricted_keys. Update the plugin and the problem should be solved.