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
For example, if the cursor is on props and press gs<motion1><motion2>, motion1 will replace motion2.
({ props }) -- press gsiwa{ on props
becomes:
(props)
This may seem useless on its own, but when combined with plugins like flash.nvim remote mode, operation can be performed even when the cursor is not on that text.
For example, exchange import and Homepage even cursor is not on them.
Screen.Recording.2024-02-02.at.09.45.42.mov
substitute<motion1><motion2> and exchange<motion1><motion2> will make it faster like this.
The text was updated successfully, but these errors were encountered:
singlexyz
changed the title
[Feature Request] substitute motion1 to motion2.
[Feature Request] substitute/exchange operator provides 2 motion calls.
Feb 2, 2024
For example, if the cursor is on
props
and pressgs<motion1><motion2>
,motion1
will replacemotion2
.This may seem useless on its own, but when combined with plugins like flash.nvim remote mode, operation can be performed even when the cursor is not on that text.
For example, exchange
import
andHomepage
even cursor is not on them.Screen.Recording.2024-02-02.at.09.45.42.mov
substitute<motion1><motion2>
andexchange<motion1><motion2>
will make it faster like this.The text was updated successfully, but these errors were encountered: