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
As a vim expatriate, I miss dearly the seeking feature provided by the awesome and fantastic vim plugin wellle/targets.vim.
Here's a quick description of the feature:
If any of the normal pair commands (not containing n or l) is executed when the cursor is not positioned inside a pair, it seeks for pairs before or after the cursor by searching for the appropriate delimiter on the current line. This is similar to using the explicit version containing n or l, but in only seeks on the current line. wellle
Is there some way to achieve the same effect? I know that there's currently no evil-targets port. But can it be done in evil ways?
//[cursor]bla[h]blahblahfunction(a,b,c,d)
now I hit cinb (change inside next brackets), or just cib.
//in insert modeblahblahblahfunction(|)
I just find this so convenient and quick. Don't you agree?
The text was updated successfully, but these errors were encountered:
As a vim expatriate, I miss dearly the seeking feature provided by the awesome and fantastic vim plugin wellle/targets.vim.
Here's a quick description of the feature:
Is there some way to achieve the same effect? I know that there's currently no evil-targets port. But can it be done in evil ways?
cinb
(change inside next brackets), or justcib
.I just find this so convenient and quick. Don't you agree?
The text was updated successfully, but these errors were encountered: