Last active
January 23, 2019 00:37
-
-
Save mgbckr/d23efb6ac9fecce2ff88cec5cc401ebf to your computer and use it in GitHub Desktop.
My TMUX cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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