Skip to content

Instantly share code, notes, and snippets.

@destinio
Last active February 1, 2023 17:39
Show Gist options
  • Save destinio/83c0f200fe2ee561ddd9c0dc1f720859 to your computer and use it in GitHub Desktop.
Save destinio/83c0f200fe2ee561ddd9c0dc1f720859 to your computer and use it in GitHub Desktop.
Vim commands to remember

Normal

Command Description
<C-t> Open current window in new tab
<C-a> <C-x> inc and dec next number on current line

Insert

Command Description
<C-r>{registar} Paste from register in insert mode

Search

Command Description
<C-r><C-w> autocompletes the search field using the remainder of the current preview match.

Registers

Register Description
"+ System Clipboard
"% Current filename
"# Name of the Alt file
". Last inserted text
": Last Ex command
"/ Last Search pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment