Vim quick reference
Published on April 8th, 2023 • Updated on July 25th, 2023
gx
- Open the URL under the cursor with the default browser.:history /
- find previous search commands.- vimrc - vim configuration settings.
Ctrl-x Ctrl-f
– Autocomplete filename and file path segmentsCtrl-n
– Move down through the autocomplete match listCtrl-p
– Move back up through the autocomplete match list
Ctrl-o
- Go to the previous cursor position- vimdiff quick reference