diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-05-10 18:33:21 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-05-10 18:33:21 +0200 |
| commit | 40d0868ba958cc1ac9d4009c457e36d4fdc7f16b (patch) | |
| tree | b53a3ee7c5722308f495f5f5f61a2bc298726c67 /tmux/.tmux.conf | |
| parent | 449f48e27f287b0dba66ca4a90f8ada3557fbc77 (diff) | |
Minor changes
Diffstat (limited to 'tmux/.tmux.conf')
| -rwxr-xr-x | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 77197aa..ab1edd9 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -2,7 +2,7 @@ set-option -g history-limit 100000 set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",alacritty:RGB" +set -ga terminal-overrides ",alacritty:RGB" # Remap prefix from 'C-b' to 'C-a' unbind C-b |
