Vim
Replace string
Replce the first occurrence of the string
Replace all occurrences of the search pattern in the current line
Replace the pattern in the entire file
bar
can be empty to remove the string
move line
see forum for set key binding
Highlight similar words
Use #
Go to end of line
Use $
Move between word
Use b
to move back one word.
Use w
to move forward one word.
Source
Last updated