Skip to content

Instantly share code, notes, and snippets.

@schas002
Created August 25, 2017 11:17
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 schas002/be01c4eb0dd580ef94ad6488d77c717f to your computer and use it in GitHub Desktop.
Save schas002/be01c4eb0dd580ef94ad6488d77c717f to your computer and use it in GitHub Desktop.
Yet another Vim cheat sheet.
|Cursor keys: |Commands: |Movements: |u/ undo |File commands:|
| k ________|x/ delete next|0/ 1st in line|^R/ redo |:new/ new |
|h-+-l |Editor |X/ delete prev|^/ 1st non- | | editor |
| j __| modes:| | white in line| |:o/ open file |
|____|i/ insert| |$/ end of line| |:w/ write file|
|A/ append at | |w/ next word | |:clo/ close |
| end of line | |b/ 1st in word| |:q/ quit |
|R/ replace | |e/ end of word| |:wq/ write and|
| (or Ins/Ovr | |W/ next WORD! | | quit |
| in insert | |B/ 1st in | |:clo!/ close |
| mode) | | WORD! | | damit |
| | |E/ end of | |:q!/ quit |
| | | WORD! | | damit |
| | | | |______________|
| | | | |:help/ help :D|
| | | | | |
This Vim cheat sheet by Andrew Zyabin is licensed under the Creative
Commons Attribution 4.0 International License, which is available at
https://creativecommons.org/licenses/by/4.0/.
@schas002
Copy link
Author

To be able to quickly get to this cheat sheet, download it into the Vim playground folder and say :o cheat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment