commit c503d8752d9062c1986af90e27a01a9019ae8326 parent ff90c70453c8c950aeb4e89da268faa6de7847f5 Author: Anders Damsgaard <andersd@riseup.net> Date: Fri, 12 May 2017 09:50:01 -0400 fix pane select after splitting for offlineimap Diffstat:
M | .tmux.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -178,8 +178,8 @@ set -g message-attr bright # use urlview to follow URLs bind-key u capture-pane \; save-buffer /tmp/active_tmux_buffer \; new-window -n urlview '$SHELL -c "urlview < /tmp/active_tmux_buffer && rm /tmp/active_tmux_buffer"' -bind-key o split-window -p 25 '$SHELL -c "offlineimap -qf INBOX"' \; select-pane -U \; -bind-key O split-window -p 25 '$SHELL -c "offlineimap"' \; select-pane -U +bind-key o split-window -p 25 '$SHELL -c "offlineimap -qf INBOX"' \; select-pane -l +bind-key O split-window -p 25 '$SHELL -c "offlineimap"' \; select-pane -l bind-key -r n next-window bind-key -r N previous-window