Skip to content

Instantly share code, notes, and snippets.

View navdeepkk's full-sized avatar

Navdeep Kumar navdeepkk

  • Indian Institute of Science, Bangalore
  • Bnagalore, India
View GitHub Profile
@navdeepkk
navdeepkk / vim_cheatsheet.md
Created August 10, 2020 09:35 — 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