diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-15 17:08:33 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-15 18:56:57 +0200 |
| commit | c43e371c50cd18d17d878baa3227cc9580a0dfdb (patch) | |
| tree | a1fea1b557386a111433bab84e6d63fc710df448 /.config/tmux/tmux.conf | |
| parent | b52c650a4533e9be04250b090e7638278dbce920 (diff) | |
| download | dotfiles-c43e371c50cd18d17d878baa3227cc9580a0dfdb.tar.gz dotfiles-c43e371c50cd18d17d878baa3227cc9580a0dfdb.zip | |
misc: shirt+middle-click to paste primary clipboard
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3f0f23e..99c01f3 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -7,6 +7,7 @@ set-option -g default-shell /usr/bin/bash set-option -g mode-keys vi set-option -g status-keys vi +# All mouse keys will be captured, use Shift+click to pass through set-option -g mouse on set-option -g status-left-length 27 |
