Given this line of text in vim, where the cursor is located at the caret, and the user is in command mode:
sales_tax: row["sales tax"] ,
____________________________^
What is the fastest way to delete the space between the ]
and the ,
?
Using the Shift + V Keys. We can select and delete specific texts using the Shift + V keys and then using the dd command.
You should simply use X
(which is shift+x)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With