From 1d9d5b7010e8464dc57382b1ffee61306f6a8814 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 21 Nov 2023 11:17:12 +0100 Subject: [PATCH] change user config for tmux --- dot_tmux.conf.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_tmux.conf.local b/dot_tmux.conf.local index c4d5d19..3d1d737 100644 --- a/dot_tmux.conf.local +++ b/dot_tmux.conf.local @@ -353,10 +353,10 @@ tmux_conf_copy_to_os_clipboard=false # this is the place to override or undo settings # increase history size -#set -g history-limit 10000 +set -g history-limit 10000 # start with mouse mode enabled -#set -g mouse on +set -g mouse on # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual