Skip to content

Instantly share code, notes, and snippets.

@mndrix
Created December 20, 2016 17:52
Show Gist options
  • Save mndrix/82691849bb9a8e0ab3439b8193ff9ebe to your computer and use it in GitHub Desktop.
Save mndrix/82691849bb9a8e0ab3439b8193ff9ebe to your computer and use it in GitHub Desktop.
tmux config for my workspace
# main: window where I spend most of my time
tmux rename-window main
# shells: window where spare shells live (see C-n and C-p)
new-window -d
rename-window -t 2 shells
split-window -d -t shells
split-window -d -t shells
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment