Skip to content

Instantly share code, notes, and snippets.

View classicemi's full-sized avatar
🎤
focusing

Shuang Wu classicemi

🎤
focusing
View GitHub Profile
@awidegreen
awidegreen / vim_cheatsheet.md
Last active April 10, 2025 20:01
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