diff options
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 |
