|
@@ -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
|
|
|
|