Browse Source

Add command to shrink lines with dashes

DricomDragon 5 years ago
parent
commit
c2651df232
1 changed files with 15 additions and 0 deletions
  1. 15 0
      Guides/ics-vim.md

+ 15 - 0
Guides/ics-vim.md

@@ -15,3 +15,18 @@ After :
 ```
 SUMMARY:TP - CCUBE - C000
 ```
+
+## Shrink dash
+
+Command vim : `:%s/ - /,/g`
+
+Before :
+```
+SUMMARY:TP - CCUBE - C000
+```
+
+After :
+```
+SUMMARY:TP,CCUBE,C000
+```
+