Explorar el Código

Add command to shrink lines with dashes

DricomDragon hace 5 años
padre
commit
c2651df232
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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
+```
+