vim-hardtime icon indicating copy to clipboard operation
vim-hardtime copied to clipboard

Doesn't work for CamelCaseMotion motions mapped to Ctrl-E/B/W keys

Open sergei-dyshel opened this issue 9 years ago • 1 comments

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.

sergei-dyshel avatar May 09 '16 10:05 sergei-dyshel

Have this issue too

srghma avatar Sep 16 '17 11:09 srghma