Skip to content

Instantly share code, notes, and snippets.

View folarinmartins's full-sized avatar

Martins Folarin folarinmartins

View GitHub Profile
@folarinmartins
folarinmartins / tmux-cheatsheet.markdown
Created October 29, 2021 15:19 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@folarinmartins
folarinmartins / tmux.md
Created October 28, 2021 13:24 — 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