Skip to content
Discussion options

You must be logged in to vote

Yep that's the expected behavior: i inserts at the beginning of the selection. w/f/t and others create a selection that starts at the current cursor and extends to the word boundary (w) or typed character (f/t). You most likely want to append with a which inserts at the end of the selection and extends the selection to include the inserted text.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by willparsons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3496 on August 21, 2022 20:35.