From: Samir Benmendil Date: Sat, 1 May 2021 13:54:13 +0000 (+0100) Subject: tmux: enable mouse by default X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/aeb2c95c2f2dcba4aa134b338b5151c905ee3f9e?ds=sidebyside tmux: enable mouse by default --- diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 45283b9..48a77bf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,7 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-kitty:Tc" set -g set-titles on +set -g mouse set -g mode-keys vi bind-key Escape copy-mode