Switch prefix, recolor
This commit is contained in:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user