Browse Source

Add command to shrink lines with dashes

DricomDragon 5 năm trước cách đây
mục cha
commit
c2651df232
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  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
+```
+