diff --git a/tmux.conf b/tmux.conf index 79efcfc..c055a06 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,12 @@ bind C-p previous-window bind C-c new-window bind C-d detach +# Mouse! +set -g mode-mouse on +set -g mouse-resize-pane on +set -g mouse-select-pane on +set -g mouse-select-window on + # Rebinding switching panes bind-key Up select-pane -U bind-key Down select-pane -D