diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-02-02 15:14:57 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-02-02 15:14:57 +0000 |
| commit | 52446ec156240050eb69c3d148778c8d626a4f91 (patch) | |
| tree | 2cc38ff1349e82eed8f02dd858979066e9fbca7f /tmux | |
| parent | 9b6affb7e7ed43310d5db94b0ae2abaf2e630a12 (diff) | |
routine updates
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 33bea37..cc09bfa 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -8,7 +8,6 @@ ############################# ## set the default TERM -#set -g default-terminal screen set -g default-terminal "screen-256color" # set -as terminal-overrides ',st*:Ss@' @@ -18,6 +17,8 @@ set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WIND ## determine if we should enable 256-colour support if "[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]" 'set -g default-terminal screen-256color' +set-option -sa terminal-overrides ',screen-256color:RGB' + set -g prefix C-a # Releases binding from Ctrl-b unbind C-b |
