From e44fd266b96a161d2a2ab372f64c06e0df363948 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 9 Mar 2022 12:08:02 +0100 Subject: [PATCH] power-zoom plugin --- dot_tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index b601e76..209786f 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -132,10 +132,14 @@ bind r source-file ~/.tmux.conf \; display-message "config reloaded!" set -g @command-capture-prompt-pattern '$ ' set -g @command-capture-editor-cmd 'gedit -' +# plugin power zoom +set -g @power_zoom_trigger 'z' + # Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'laktak/extrakto' set -g @plugin 'artemave/tmux_capture_last_command_output' +set -g @plugin 'jaclu/tmux-power-zoom' # run tpm run -b '~/.tmux/plugins/tpm/tpm'