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/"