Sherman IT

29 December 2021

How to enter special characters?

https://vim.fandom.com/wiki/Entering_special_characters



Sherman (Yixiong) Chen at 19:37 No comments:
Share

21 December 2021

Vim registers: The basics and beyond

Vim registers: The basics and beyond

 https://www.brianstorti.com/vim-registers/

 

 

Sherman (Yixiong) Chen at 16:31 No comments:
Share

How to change multiple rows into one row in vim?

How to change multiple rows into one row in vim?

Check how many rows are there totally (e.g. 50)

50J
Sherman (Yixiong) Chen at 00:09 No comments:
Share

How to change a one-row text into multiple rows in vim?

How to change a one-row text into multiple rows in vim?

:%s/; /\r/g

The above command replaces '; ' with \r (carriage return)

Sherman (Yixiong) Chen at 00:05 No comments:
Share

How to append some text to each row in vim?

How to append some text to each row in vim?

:%s/$/,/g

Sherman (Yixiong) Chen at 00:04 No comments:
Share

How to remove duplicate rows in vim?

How to remove duplicate rows in vim?

:sort u

Sherman (Yixiong) Chen at 00:03 No comments:
Share
‹
›
Home
View web version

About Me

Sherman (Yixiong) Chen
View my complete profile
Powered by Blogger.