Skip to content

Instantly share code, notes, and snippets.

View PaulSt's full-sized avatar
🎯
Focusing

Paul Stocker PaulSt

🎯
Focusing
View GitHub Profile
@PaulSt
PaulSt / vim_cheatsheet.md
Created August 1, 2018 12:48 — forked from awidegreen/vim_cheatsheet.md
Vim shortcuts

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close