Parcourir la source

Merge branch 'vim-regex-eol'

DricomDragon il y a 5 ans
Parent
commit
2eed2cfd91
1 fichiers modifiés avec 10 ajouts et 2 suppressions
  1. 10 2
      Guides/vim.md

+ 10 - 2
Guides/vim.md

@@ -1,7 +1,9 @@
 # Vim
 Jovian cheat sheet for vim
 
-## Bookmark
+## Commands
+
+### Bookmark
 `mx` to bookmark with letter _x_
 
 ``` 
@@ -9,11 +11,17 @@ Jovian cheat sheet for vim
 ``` 
 to go to _x_
 
-## Case
+### Case
 `gu` and movement to lowercase
 
 `gU` and movement to uppercase
 
+## Regex
+
+### End of line
+
+Catch with `\n` and put one with `\r`.
+
 ## Diff
 __vimdiff__ basics