From beccd2aa892924796642febb0323910942abc50b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 14 Dec 2019 14:55:50 +0300 Subject: [PATCH] Tmux key for capture all the pane's history --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0