Skip to content

Instantly share code, notes, and snippets.

@mikejoh
Last active August 8, 2018 19:35
Show Gist options
  • Save mikejoh/b8423e7a4a7826028c5368f7463cb242 to your computer and use it in GitHub Desktop.
Save mikejoh/b8423e7a4a7826028c5368f7463cb242 to your computer and use it in GitHub Desktop.
tmux one-liners

tmux one-liners

To enter command mode in tmux do: Prefix + :

Set background color in current pane (command mode)

select-pane -P 'bg=red'

Synchronize commands across panes (command mode)

setw synchronize-panes on|off

Show border status in all panes (command mode)

set pane-border-status top

Set custom border text in current pane (command mode)

select-pane -T "server-0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment