Vim quick reference
Last revised:
- Paste from the system clipboard instantly. It is useful to paste a huge amount of text rapidly.
"*p
- Open the URL under the cursor with the default browser.
gx
- Find previous search commands.
:history /
- Autocomplete filename and file path segments.
Ctrl-x Ctrl-f
- Move down through the autocomplete match list.
Ctrl-n
- Move back up through the autocomplete match list.
Ctrl-p
- Go to the previous cursor position.
Ctrl-o
- vim configuration settings
- Vim quick reference