tmux: Setup 'x' zoom into a panes (maximize) an save/restore other panes in the current window

This commit is contained in:
2016-04-23 13:13:20 +02:00
parent 9da551450d
commit f136caf7bf
3 changed files with 25 additions and 0 deletions

View File

@@ -145,3 +145,5 @@ bind r source-file ~/.tmux.conf
#set-option -g status-right '#[fg=white,nobright][ #[fg=black,bright]#(uptime | rev | cut -d":" -f1 | rev | sed s/,//g )#[fg=white,nobright] ]'
# Setup 'x' zoom into a panes (maximize) an save/restore other panes in the current window
bind x run ". ~/.tmux/zoom"