Skip to content

Instantly share code, notes, and snippets.

View uicosp's full-sized avatar
🎯
Focusing

uicosp uicosp

🎯
Focusing
View GitHub Profile
@awidegreen
awidegreen / vim_cheatsheet.md
Last active April 30, 2024 16:14
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