Fix terminal colours within tmux

This commit is contained in:
Oliver Davies 2023-12-20 00:55:07 +00:00
parent c600c30e22
commit d97259fc6a
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
Instead of grouping changes by tag, they are grouped by the date they are released.
## 19th December 2023
### Fixed
* Fix terminal colours within tmux.
## 18th December 2023
### Added

View file

@ -17,7 +17,7 @@
bind-key -n C-l select-pane -R
set-option -g status-keys "emacs"
set-option -ga terminal-overrides ",*256col*:alacritty"
set-option -sa terminal-features "''${TERM}:RGB"
bind-key h split-window -v -c "#{pane_current_path}"
bind-key v split-window -h -c "#{pane_current_path}"