Skip to content

Commit

Permalink
fix for maximizing single tmux pane
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Oct 30, 2019
1 parent cbc88f0 commit 32a3218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bind _ select-layout main-horizontal \; resize-pane -t 2 -y 5
MAXLAYOUT="7996,301x86,0,0[301x77,0,0,0,301x8,0,78{150x8,0,78,1,150x8,151,78,2}]"
bind _ select-layout $MAXLAYOUT
bind = select-layout even-vertical
bind r source-file ~/.tmux.conf \; display-message " reloaded .tmux.conf"
bind Enter split-window -v -c '#{pane_current_path}'
Expand Down

0 comments on commit 32a3218

Please sign in to comment.