Browse Source

Add 'end of line' symbols

DricomDragon 5 years ago
parent
commit
b65fc2c1d0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Guides/vim.md

+ 6 - 0
Guides/vim.md

@@ -16,6 +16,12 @@ to go to _x_
 
 `gU` and movement to uppercase
 
+## Regex
+
+### End of line
+
+Catch with `\n` and put one with `\r`.
+
 ## Diff
 __vimdiff__ basics