Skip to content

Instantly share code, notes, and snippets.

View xuyong0528's full-sized avatar

Yong Xu xuyong0528

View GitHub Profile
@xuyong0528
xuyong0528 / vim_cheatsheet.md
Last active March 6, 2020 15:11 — 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