Skip to content

Instantly share code, notes, and snippets.

View shubham24315's full-sized avatar

Shubham shubham24315

  • India
View GitHub Profile
@shubham24315
shubham24315 / basic_vim_commands.md
Created March 25, 2023 08:44 — 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