🐛 🔥 deactivate mouse selection / fix copy/paste

This commit is contained in:
Daniel Thoren 2022-06-02 13:31:13 +02:00
parent a8ece93185
commit 377e3c301c

View file

@ -1,7 +1,3 @@
# colors
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
# remap prefix from ^+A to ^+B (for nested tmux sessions) # remap prefix from ^+A to ^+B (for nested tmux sessions)
unbind C-b unbind C-b
set -g prefix C-a set -g prefix C-a
@ -9,7 +5,7 @@ bind C-a send-prefix
# enable mouse selection # enable mouse selection
# Note: may break OSX copy/paste # Note: may break OSX copy/paste
set -g mouse on # set -g mouse on
# extend history # extend history
set -g history-limit 100000 set -g history-limit 100000