Switch prefix, recolor

This commit is contained in:
Fabian Ising
2023-07-17 11:07:35 +02:00
parent 2b175bead0
commit 695f09ba8d

View File

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