My self-contained Tmux configuration
github.com
My self-contained Tmux configuration
1–10 of 24 posts
Re: My self-contained Tmux configuration
#2tmuxinator and the like let you specify the configurations ahead of time, but I want to save an active layout for later use. I haven't found a tool for that yet.
Re: My self-contained Tmux configuration
#3Re: My self-contained Tmux configuration
#4On the topic of tmux, has anyone created a nice way to save an active tmux configuration layout? tmuxinator and the like let you specify the configurations ahead of time, but I want to save an active layout for later use. I haven't found a tool for that yet.
byobu new-session -d; byobu split-window -d; byobu split-window -dh; byobu
Getting it to run a command automatically on each panel got too complicated so I settled on that. (byobu is a preconfigured tmux from ubuntu)
Re: My self-contained Tmux configuration
#5Unrelated to Tmux, what did you do to get the cool prompt?
Re: My self-contained Tmux configuration
#6Unrelated to Tmux, what did you do to get the cool prompt?
At the time I didn't know oh-my-zsh.
Re: My self-contained Tmux configuration
#7The "maximize any pane to a new window with +" feature is different from stock resize-pane -Z as it allows you to further split a maximized pane. Also, you can maximize a pane to a new window, then change window, then go back and the pane is still in maximized state in its own window. You can then minimize a pane by using + either from the source window or the maximized window.
See it in action: http://pempek.net/images/original/maximizing-tmux-pane-new-w...
Re: My self-contained Tmux configuration
#8On the topic of tmux, has anyone created a nice way to save an active tmux configuration layout? tmuxinator and the like let you specify the configurations ahead of time, but I want to save an active layout for later use. I haven't found a tool for that yet.
https://github.com/jamestomasino/bin/blob/master/tmux-sessio...
Re: My self-contained Tmux configuration
#9Here's my conf for reference: https://github.com/jamestomasino/dotfiles/blob/master/bash/....