Skip to content

Instantly share code, notes, and snippets.

@mgbckr
Last active January 23, 2019 00:37
Show Gist options
  • Save mgbckr/d23efb6ac9fecce2ff88cec5cc401ebf to your computer and use it in GitHub Desktop.
Save mgbckr/d23efb6ac9fecce2ff88cec5cc401ebf to your computer and use it in GitHub Desktop.
My TMUX cheatsheet
# assume hitting STRG+B before each command
# windows
l switch to last window
, rename
:set-option -g allow-rename off disable auto-rename of windows
# panes
% split window
" split window
x kill pane (and window if last pane)
& kill window (with all panes)
ALT+<arrow> resize pane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment