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.
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.