Skip to content

Instantly share code, notes, and snippets.

View sabinthomas's full-sized avatar

Sabin Thomas sabinthomas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sabinthomas on github.
  • I am sabinmthomas (https://keybase.io/sabinmthomas) on keybase.
  • I have a public key ASAiZJlJakai_XmixIlVhVqxfxwlrEPcD9Xj84GlbKkbQgo

To claim this, I am signing this object:

@sabinthomas
sabinthomas / vim_cheatsheet.md
Last active January 30, 2019 14:41 — 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