Skip to content

Instantly share code, notes, and snippets.

View schafeld's full-sized avatar
🏗️
Playing with LLMs, busy chatbot-building...

Oliver Schafeld schafeld

🏗️
Playing with LLMs, busy chatbot-building...
View GitHub Profile
@schafeld
schafeld / vim_cheatsheet.md
Created August 14, 2019 17:27 — 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