Six
Six copied to clipboard
delete with mouse selection
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 ?
@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.
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
I've been able to work around this (at least when I remember), by pressing v
after selecting with the mouse, then d
works.
Heh… sometimes. It had been working consistently for me until I posted that, now I'm noticing that it only sometimes works.
@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.