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
Vim's block navigation and selection commands (inner and outer block, (, {, etc.) are very powerful, especially as modifiers to editing operations.
These might be possible to implement entirely as macros of Ruby => NSResponder methods (especially relying on marks), or it might be best achieved via a low-level Objective-C extension.
The text was updated successfully, but these errors were encountered:
Unfortunately, TextMate's OakTextView doesn't implement marks, although there may exist methods in TextMate's class hierarchy which allow us to select the surrounding scopes.
Vim's block navigation and selection commands (
i
nner ando
uterb
lock,(
,{
, etc.) are very powerful, especially as modifiers to editing operations.These might be possible to implement entirely as macros of Ruby => NSResponder methods (especially relying on marks), or it might be best achieved via a low-level Objective-C extension.
The text was updated successfully, but these errors were encountered: