You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like at least part of this should make use of NSTextView's multiple selection abilities, which are currently not handled by Vico at all. That same function in NSTextView, with some other work, should also let us work on multiple cursors as, e.g., Sublime does. Not sure when I'm going to look at this, but it might be worth tackling both together? That might be a big piece to bite off though.
I definitely wouldn't be able to get to it for a while, either. Maybe someone else who has a little more familiarity with the codebase could give it a go?
On Nov 3, 2013, at 12:19 PM, Antonio Salazar Cardozo [email protected] wrote:
It looks like at least part of this should make use of NSTextView's multiple selection abilities, which are currently not handled by Vico at all. That same function in NSTextView, with some other work, should also let us work on multiple cursors as, e.g., Sublime does. Not sure when I'm going to look at this, but it might be worth tackling both together? That might be a big piece to bite off though.
—
Reply to this email directly or view it on GitHub.
Being able to select a two dimensional block of text. Like in vim, you can use to do this. This functions similar to an in many OS X apps.
The text was updated successfully, but these errors were encountered: