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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user