From ebf0781745514ac046b61e8bc3b75047c5e3400c Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 8 Mar 2022 15:52:32 +0100 Subject: [PATCH] last_command_output plugin --- dot_tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index ba4a887..b601e76 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -128,12 +128,14 @@ bind-key * swap-window -t +1 unbind r bind r source-file ~/.tmux.conf \; display-message "config reloaded!" -# Plugins +# plugin last_command_output +set -g @command-capture-prompt-pattern '$ ' +set -g @command-capture-editor-cmd 'gedit -' +# Plugins set -g @plugin 'tmux-plugins/tpm' -#set -g @plugin 'roosta/tmux-fuzzback' set -g @plugin 'laktak/extrakto' - +set -g @plugin 'artemave/tmux_capture_last_command_output' # run tpm run -b '~/.tmux/plugins/tpm/tpm'