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

action fails in multiple lines

Open nmxiao opened this issue 5 years ago • 3 comments

I set the menu for comment the line using the caw plugin. the menu is writen as ["&Comment", 'call feedkeys("gcc")'] this works well for the single line. but when I select multiple lines during the visual mode, it cannot comment the selected lines but the first line.

I has mapped the key to trigger the menu xnoremap :<C-u>call quickui#menu#open()

nmxiao avatar Sep 16 '20 15:09 nmxiao

https://github.com/skywind3000/vim-quickui/issues/32

自己看

skywind3000 avatar Sep 17 '20 04:09 skywind3000

the setting "xnoremap <Space> :<C-u>call quickui#menu#open()<CR>" cannot solve the problem.

nmxiao avatar Sep 17 '20 16:09 nmxiao

xnoremap <Space> :<C-u>call quickui#menu#open()<CR>

Freed-Wu avatar Sep 24 '20 08:09 Freed-Wu