From f01a0542927e65f45a17910aef56cfd3b9ef36ef Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 7 Oct 2020 13:21:32 +0300 Subject: [PATCH] Auto bracketed-paste paste --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index cc8037a..a4698f6 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -17,6 +17,7 @@ bind-key -n S-PgUp copy-mode -u bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" +bind ] paste-buffer -p set-option -g status-style "bg=black,fg=white" set-option -g status-left "#S>" -- 2.44.0