Skip to content

Instantly share code, notes, and snippets.

View karakays's full-sized avatar
💩

Selçuk Karakayalı karakays

💩
View GitHub Profile
@karakays
karakays / ANSI.md
Created May 22, 2021 10:40 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1b
  • Decimal: 27
@karakays
karakays / tmux.md
Last active April 7, 2020 12:43 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

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

Clients, sessions, windows, panes

tmux-server manages

  • Session is a set of windows, plus a notion of which window is current.