From c8240a07308b1e2b15037f1638fa83fa3cd26f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Mon, 12 Aug 2024 16:43:58 +0200 Subject: [PATCH] tmux: Update tmux.conf --- .config/tmux/tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 4bb2fb3..2e4a198 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -3,10 +3,14 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'catppuccin/tmux' +set -g @plugin 'nhdaly/tmux-better-mouse-mode' ########################### Usability fixes ########################### -# Reasonable scroll, etc. +# Configure sane mouse integration set-option -g mouse on +set-option -g @emulate-scroll-for-no-mouse-alternate-buffer on + +# Set default shell set-option -g default-shell /usr/bin/zsh # Use Vim key bindings for copying