Skip to content

Instantly share code, notes, and snippets.

View Clish254's full-sized avatar
πŸ‘¨β€πŸš€

Clinton Clish254

πŸ‘¨β€πŸš€
View GitHub Profile
@Clish254
Clish254 / vimcrashcourse.md
Created April 4, 2023 14:52
Vim crash course

Quiting vim

:q

Quit only if all changes are saved

:q!

Quit without saving all changes

:wq

Save all changes and quit

Movement commands

h

Move horizontally to the left