Skip to content

Instantly share code, notes, and snippets.

View Hari-7822's full-sized avatar
🎯
Focusing

Hari Hari-7822

🎯
Focusing
  • Chennai , Tamil nadu
  • 12:33 (UTC +05:30)
View GitHub Profile
@Hari-7822
Hari-7822 / vim_cheatsheet.md
Created October 22, 2022 11:38 — 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