From 695f09ba8d94388d42b58cda68fb8b14367fbb36 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 17 Jul 2023 11:07:35 +0200 Subject: [PATCH] Switch prefix, recolor --- tmux/.tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b11be78..66cd0fd 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,11 +4,11 @@ set -g default-terminal "xterm-256color" set -g history-limit 20000 # Remap prefix -#unbind C-b -#set-option -g prefix C-a -#bind-key C-a send-prefix -#bind-key -n C-b send-keys C-b -#bind-key -n C-b send-prefix +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix +bind-key -n C-b send-keys C-b +bind-key -n C-b send-prefix setw -g mode-keys vi set-option -g status-keys vi @@ -79,7 +79,7 @@ set -g @plugin 'tmux-plugins/tpm' #set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'jimeh/tmux-themepack' -set -g @themepack 'powerline/double/blue' +set -g @themepack 'powerline/double/yellow' setenv -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins/"