Skip to content

Instantly share code, notes, and snippets.

@Thorium09
Thorium09 / basic_vim_commands.md
Created June 7, 2022 10:16 — forked from AaronPhalen/basic_vim_commands.md
Useful Vi Editor Commands

Author: Aaron Phalen | Twitter: @aaron_phalen | Email: aaronphalen@gmail.com

#Useful Vi Editor Commands

  1. :w --> save to a file
  2. :q --> quit out of editor file
  3. :q! --> quit out of editor without saving file
  4. w --> move one word forward at a time in file
  5. b --> move one word back at a time in file
  6. :wq --> save file and quit editor