change user config for tmux

This commit is contained in:
Simon Rieger 2023-11-21 11:17:12 +01:00
parent b555d3ecbb
commit 1d9d5b7010

View file

@ -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