Add extrakto tmux plugin
This commit is contained in:
parent
193447d5d7
commit
8f3f1a1a58
|
@ -43,6 +43,10 @@ bind -n C-l if-shell "$is_vim" "send-keys C-l" "select-pane -R"
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
# bind -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l""
|
# bind -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l""
|
||||||
|
|
||||||
|
# Extrakto
|
||||||
|
set -g @extrakto_split_direction v
|
||||||
|
set -g @extrakto_split_size 15
|
||||||
|
|
||||||
# Plugins (Keep this last)
|
# Plugins (Keep this last)
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
# set -g @plugin 'tmux-plugins/tmux-battery'
|
# set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
|
@ -52,6 +56,7 @@ set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
set -g @plugin 'laktak/extrakto'
|
||||||
# set -g @plugin 'seebi/tmux-colors-solarized'
|
# set -g @plugin 'seebi/tmux-colors-solarized'
|
||||||
set -g @plugin 'jimeh/tmux-themepack'
|
set -g @plugin 'jimeh/tmux-themepack'
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in New Issue