last_command_output plugin
This commit is contained in:
parent
f4fa3d0e63
commit
ebf0781745
1 changed files with 5 additions and 3 deletions
|
@ -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!"
|
||||||
|
|
||||||
|
# plugin last_command_output
|
||||||
|
set -g @command-capture-prompt-pattern '$ '
|
||||||
|
set -g @command-capture-editor-cmd 'gedit -'
|
||||||
|
|
||||||
# Plugins
|
# 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…
Add table
Reference in a new issue