diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5e9d24d..50be496 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,7 @@ +set -g prefix C-g +unbind-key C-b +bind-key C-g send-prefix + set -g default-terminal "xterm-256color" set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'