From 1923eb449fc5ee35b66540b23e1b730b790abfc0 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 10 Dec 2020 20:54:40 +0300 Subject: feat: enable mouse scroll in tmux --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index bf9d84b..58528b7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,9 @@ set -g default-terminal "screen-256color" # Remove nasty escape time set -sg escape-time 0 +# Enable mouse scroll +setw -g mouse on + # Use C-a as prefix unbind C-b set-option -g prefix C-a -- cgit v1.2.3