From 8f3f1a1a588503f7b3cf1bde9241cbd187f36c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Tue, 19 Apr 2022 23:53:28 +0200 Subject: [PATCH] Add extrakto tmux plugin --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index f1446d1..fae720c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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" # 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) set -g @plugin 'tmux-plugins/tpm' # 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-sensible' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'laktak/extrakto' # set -g @plugin 'seebi/tmux-colors-solarized' set -g @plugin 'jimeh/tmux-themepack' run '~/.tmux/plugins/tpm/tpm'