Skip to content

Instantly share code, notes, and snippets.

View hansrajdas's full-sized avatar

Hansraj Das hansrajdas

  • India
  • 03:27 (UTC +05:30)
View GitHub Profile
@awidegreen
awidegreen / vim_cheatsheet.md
Last active June 17, 2024 03:41
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