From e11494e926ead73778ddd8cd3bb1c1a96f2e7f99 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 17 Oct 2014 11:39:41 +0400 Subject: [PATCH] older versions of tmux know nothing about choose-tree command --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 8638cba..282c2ea 100644 --- a/tmux.conf +++ b/tmux.conf @@ -13,8 +13,8 @@ bind + resize-pane -U 5 bind m set-option -g mode-mouse on\; set-option -g mouse-select-pane on\; set-option -g mouse-select-window on\; set-option -g mouse-resize-pane on\; display-message "mouse mode ON" bind M set-option -g mode-mouse off\; set-option -g mouse-select-pane off\; set-option -g mouse-select-window off\; set-option -g mouse-resize-pane off\; display-message "mouse mode OFF" bind -n C-a display-message "Powered by tmux!" -bind -n M-w choose-tree -w -bind -n M-q choose-tree -s +bind -n M-w choose-window +bind -n M-q choose-session bind -n M-` last-window bind -n S-Pageup copy-mode -u setw -g mode-keys vi