Skip to content

Instantly share code, notes, and snippets.

@savadev
savadev / tmux.md
Created February 15, 2019 14:30 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@savadev
savadev / vim_cheatsheet.md
Created February 15, 2019 14:29 — 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
@savadev
savadev / README.md
Created February 14, 2019 11:48 — forked from mhausenblas/README.md
Doing Kubernetes The Hard Way, A Walkthrough