Six icon indicating copy to clipboard operation
Six copied to clipboard

delete with mouse selection

Open danjessen opened this issue 6 years ago • 5 comments

The reason I love something like Vintagous and Six (I used Vintagous up until 30th of July, but it's been discontinued) together with Sublime is because mix using keyboard navigation and mouse navigation. So I pick what ever i find best.

With Vintagous I could do a selection with mouse and press 'd' to delete. In Six that's not possible. Is that considered a bug or ?

danjessen avatar Jul 30 '18 08:07 danjessen

@vaff You should be able to double-click on text to get a visual selection. After that, you can extend the selection with shift+click. Creating a visual selection by dragging the mouse will be supported in Six, but it isn't at the moment.

guillermooo avatar Jul 30 '18 14:07 guillermooo

Good to know. It's actually a thing I use all the time. Just because d is easier when your hand is already on home row

danjessen avatar Jul 30 '18 15:07 danjessen

I've been able to work around this (at least when I remember), by pressing v after selecting with the mouse, then d works.

miquella avatar Oct 26 '18 00:10 miquella

Heh… sometimes. It had been working consistently for me until I posted that, now I'm noticing that it only sometimes works.

miquella avatar Oct 26 '18 00:10 miquella

@miquella I can't figure out a way of detecting the end of a mouse drag. That's why Six doesn't support dragging the mouse at the moment. The available events don't seem to provide start-end events for a mouse drag.

guillermooo avatar Oct 26 '18 07:10 guillermooo