[all] Fix colors

This commit is contained in:
Fabian Ising
2024-02-28 11:51:55 +01:00
parent c421b2be7f
commit 619c86e1c8
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
set-environment -g PATH "/usr/local/bin:/bin:/usr/bin:/opt/homebrew/bin"
set -g default-terminal "alacritty"
set -g default-terminal "tmux-256color"
set -sa terminal-features ",xterm-256color:RGB"
set -g history-limit 20000
@@ -49,6 +50,7 @@ bind-key a set-window-option synchronize-panes
bind r source-file ~/.tmux.conf\; display "Conf reloaded!"
set -g mouse on
set-option -g focus-events on
#bind-key -Tcopy-mode-vi 'v' send -X begin-selection
#bind-key -Tcopy-mode-vi 'y' send -X copy-selection