takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
828 stars 30 forks source link

Make completely disabling keys possible #29

Closed rski closed 8 years ago

rski commented 8 years ago

All keys that are defined in g:list_of_disabled_keys are completely disabled in n, v, i modes instead of given a delay. This basically implements what is described in http://vimcasts.org/blog/2013/02/habit-breaking-habit-making/ and allows for hardtime to manage the 'ed keys.

I am aware that the original hardmode plugin implements something similar to this, but this implementation is somewhat more flexible in that the disabled keys are not hard-coded in.