Skip to content

Instantly share code, notes, and snippets.

View gupta97's full-sized avatar
😷
Working from home

Prakhar Gupta gupta97

😷
Working from home
  • Goldman Sachs
  • Bengaluru
View GitHub Profile
@gupta97
gupta97 / vim_cheatsheet.md
Created August 24, 2020 04:57 — 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