Parcourir la source

Add command to remove extra location

DricomDragon il y a 5 ans
Parent
commit
af68b0905a
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      Guides/ics-vim.md

+ 16 - 0
Guides/ics-vim.md

@@ -32,3 +32,19 @@ SUMMARY:TP,CCUBE - C000
 SUMMARY:CM,CCUBE
 ```
 
+## Remove extra location
+
+Command vim : `%s/ - .*$//`
+
+Before :
+```
+SUMMARY:TP,CCUBE - C000
+SUMMARY:CM,CCUBE
+```
+
+After :
+```
+SUMMARY:TP,CCUBE
+SUMMARY:CM,CCUBE
+```
+