1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Mouse support for selecting, resizing panes

This commit is contained in:
2015-03-30 08:21:30 +02:00
parent 8417f24f6d
commit 5f722c6e95

View File

@@ -86,5 +86,11 @@ set -g history-limit 10000
# Fix for shift-keys with Fn; needs correct terminfo too
setw -g xterm-keys on
# Mouse support for resizing and selecting panes
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
# Local config
if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'