Move Cursor To the Character Immediately Before a Jump Location In Vim
Say I have the following:
text function(contents) text
and I wanted it to be
text function() text
Placing the cursor right after the opening parenthesis, I thought the following command would work df); however, what I ended up with was the following
text function( text
So I would need someway to specify that I want the character just before the closing parenthesis, but I'm not sure how to do that. There may also be a better way to do this.
What would be the best way to go about this?
from Recent Questions - Stack Overflow https://ift.tt/2Qx43bt
https://ift.tt/eA8V8J
Comments
Post a Comment