vim.md 538 B

Vim

Jovian cheat sheet for vim

Commands

Bookmark

mx to bookmark with letter x

`x 

to go to x

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

Configure git

git config --global diff.tool vimdiff

Make contents identical

dp : diffput throws changement in the other window

do : diffget obtains changements from the other window

Jump between diffs

]c next

[c previous