From: Sergey Matveev Date: Sat, 14 Dec 2019 11:55:50 +0000 (+0300) Subject: Tmux key for capture all the pane's history X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=beccd2aa892924796642febb0323910942abc50b Tmux key for capture all the pane's history --- diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 00387b3..629859a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -32,5 +32,6 @@ set-window-option -g window-status-last-bg cyan bind-key u capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'urlview /tmp/tmux-buffer' \; delete-buffer bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim /tmp/tmux-buffer' \; delete-buffer +bind-key Y capture-pane -J -S - -E - \; save-buffer /tmp/tmux-buffer \; split-window 'vim /tmp/tmux-buffer' \; delete-buffer bind-key b set-option status unbind-key L