last_command_output plugin

main
Yax 3 years ago
parent f4fa3d0e63
commit ebf0781745

@ -128,12 +128,14 @@ bind-key * swap-window -t +1
unbind r unbind r
bind r source-file ~/.tmux.conf \; display-message "config reloaded!" 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 'tmux-plugins/tpm'
#set -g @plugin 'roosta/tmux-fuzzback'
set -g @plugin 'laktak/extrakto' set -g @plugin 'laktak/extrakto'
set -g @plugin 'artemave/tmux_capture_last_command_output'
# run tpm # run tpm
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'

Loading…
Cancel
Save