add mouse support to tmux

This commit is contained in:
Thomas Ruoff
2015-01-28 22:19:14 +01:00
parent 926e145b5a
commit e1884a1685

View File

@@ -29,8 +29,11 @@ set-window-option -g automatic-rename off
# listen to alerts from all windows
set -g bell-action any
# sessions
# bind Y source-file ~/.tmux/work
# mouse support
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
# This tmux statusbar config was created by tmuxline.vim
# on Mon, 15 Dec 2014