XVim2 icon indicating copy to clipboard operation
XVim2 copied to clipboard

delete several lines

Open hanxianlong opened this issue 8 years ago • 2 comments

When select several lines by mouse, and then press Key x to delete them, XVim2 doesn't perform as XVIM or VIM in IntelliJ IDEA. What I want is to delete all my select lines, however in XVIM2 it just deselects the selected lines and deletes the first character in first line. Is it possible to delete all selected lines by select them with mouse and delete them with pressing the key "x"? thanks.

hanxianlong avatar Nov 01 '17 01:11 hanxianlong

I think this is a more general problem of visual select with mouse being broken. It looks like the mouse selection isn't initiating command mode.

sobri909 avatar Nov 01 '17 08:11 sobri909

@sobri909 I agree with you, but do you have any ideas about this problem to help improving it :)

hanxianlong avatar Nov 02 '17 04:11 hanxianlong