Skip to content

Instantly share code, notes, and snippets.

View Fractalbonita's full-sized avatar
🚀
Ready, steady, go!

Kathrin Fractalbonita

🚀
Ready, steady, go!
View GitHub Profile

Vim

Overview

  • Vim stands for Vi improved
  • text editor
  • things cannot be written in root directory

Modes

Unix

Introduction

Unix commands ...

  • ... are small programs (commands and operators).
  • ... are composable, repeatable, and fast.
  • ... have a single purpose.
  • ... are tested and proven.

Cheat sheet for Mac

Special characters

Command Description
opt + N ~
opt + 5 [
opt + 6 ]
opt + 7 |
opt + 8 {

Advanced Git

Git foundations

Data storage

  • Git is like a key-value store
    • key = data
    • value = hash of the data
  • The key (SHA1)