From cf32d2a00bd10a9bff05f913f54a46bd7580f1a3 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 23 Mar 2022 13:22:50 +0100 Subject: [PATCH] uninstall tmux power zoom plugin:wq --- dot_tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index a44c494..6fa8631 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -136,14 +136,10 @@ 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' set -g @plugin 'MunifTanjim/tmux-mode-indicator' set -g @plugin "arcticicestudio/nord-tmux"