vim-hardtime
vim-hardtime copied to clipboard
Doesn't work for CamelCaseMotion motions mapped to Ctrl-E/B/W keys
I'm using CamelCaseMotion with the following config:
NeoBundle 'bkad/CamelCaseMotion'
map <C-W> <Plug>CamelCaseMotion_w
map <C-B> <Plug>CamelCaseMotion_b
map <C-E> <Plug>CamelCaseMotion_e
NeoBundle 'takac/vim-hardtime'
let g:hardtime_default_on = 1
let g:list_of_normal_keys = ["w", "b", "e", "W", "B", "E",
\ "<c-w>", "<c-b>", "<c-e>", "gj", "gk", "h", "j", "k", "l"]
For some reason specifically keys <C-e/b/w> do nothing when I press them while others work OK. Without vim-hardtime C-* keys work OK.
Have this issue too