[all] Fix colors
This commit is contained in:
@@ -2,7 +2,7 @@ import = ["~/.config/alacritty/solarized_light.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[env]
|
||||
TERM = "alacritty"
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 12
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user