Skip to content

Instantly share code, notes, and snippets.

@zldrobit
Last active September 11, 2022 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zldrobit/c861364d35d94ae70ba43f8f8c10b921 to your computer and use it in GitHub Desktop.
Save zldrobit/c861364d35d94ae70ba43f8f8c10b921 to your computer and use it in GitHub Desktop.

Vim

Description Command
Delete a word in terminal mode C-W .
Paste in terminal mode C-W ""
Terminal normal mode C-W N
Last inserted register .
Go to the last edited location `.
Go to the previous edited location g;
Go to the next edited location g,
Paste the word on the cursor in normal mode C-R C-W
The register containing the latest yanked text 0

Bash

Description Command
Go to the last command M->
Delete a string of space M-\
Expand tilde M-&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment