Created
December 20, 2016 17:52
-
-
Save mndrix/82691849bb9a8e0ab3439b8193ff9ebe to your computer and use it in GitHub Desktop.
tmux config for my workspace
This file contains 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
# 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