takac / vim-hardtime

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

installation fail #45

Closed xavierartot closed 6 years ago

xavierartot commented 8 years ago

Hi, I installed hardtime with Vundle, but nothing happen here:

Plugin 'takac/vim-hardtime' 

:bundleInstall

"hardtime
let g:list_of_normal_keys = ["h", "j", "k", "l", "-", "+", "<UP>", "<DOWN>", "<LEFT>", "<RIGHT>"]
let g:list_of_visual_keys = ["h", "j", "k", "l", "-", "+", "<UP>", "<DOWN>", "<LEFT>", "<RIGHT>"]
let g:list_of_insert_keys = ["<UP>", "<DOWN>", "<LEFT>", "<RIGHT>"]
"let g:list_of_disabled_keys = []
let g:hardtime_timeout = 2000 "2 sec
let g:hardtime_showmsg = 1