Skip to content

Instantly share code, notes, and snippets.

View dubuc's full-sized avatar

Gilles Dubuc dubuc

  • Montreal, Canada
View GitHub Profile
@dubuc
dubuc / vim_cheatsheet.md
Created March 2, 2017 22:04 — 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