Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what does ^A stand for in vim

Tags:

vim

I need to replace ^A, ^B in a file, the following command is useless :s/^A/

like image 213
miro Avatar asked Dec 19 '25 00:12

miro


1 Answers

To get the ^A character, press CTRL-V CTRL-A

If you have configured the "paste" action with CTRL-V (generally on Windows) you can use CTRL-Q instead of it.

like image 113
Christian C. Salvadó Avatar answered Dec 21 '25 20:12

Christian C. Salvadó



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!