From e7cbc84bedfc849ea2a276c9e67588a55d51c303 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 17 Jul 2017 12:04:55 +0200 Subject: [PATCH] removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2) --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index cd00df3..80fe302 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -73,6 +73,9 @@ bind -r l select-pane -R # move right bind > swap-pane -D # swap current pane with the next one bind < swap-pane -U # swap current pane with the previous one +# maximize current pane +bind + run 'cut -c3- ~/.tmux.conf | sh -s _maximize_pane #{session_name} #D' + # pane resizing bind -r H resize-pane -L 2 bind -r J resize-pane -D 2