Fix terminal colours within tmux
This commit is contained in:
parent
c600c30e22
commit
d97259fc6a
|
@ -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.
|
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
|
## 18th December 2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
bind-key -n C-l select-pane -R
|
bind-key -n C-l select-pane -R
|
||||||
|
|
||||||
set-option -g status-keys "emacs"
|
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 h split-window -v -c "#{pane_current_path}"
|
||||||
bind-key v split-window -h -c "#{pane_current_path}"
|
bind-key v split-window -h -c "#{pane_current_path}"
|
||||||
|
|
Loading…
Reference in a new issue