From a28a19d955625e8dbb17f0a857c58286f63ff8e1 Mon Sep 17 00:00:00 2001 From: xinyz Date: Mon, 13 Dec 2021 09:10:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0tmux=201.x=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/1.x/tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tmux/1.x/tmux.conf diff --git a/tmux/1.x/tmux.conf b/tmux/1.x/tmux.conf new file mode 100644 index 0000000..17f8dd6 --- /dev/null +++ b/tmux/1.x/tmux.conf @@ -0,0 +1,9 @@ +unbind C-b +set -g prefix C-s +bind-key C-s send-prefix +setw -g mode-keys vi +unbind ] +bind P paste-buffer +bind-key -t vi-copy 'v' begin-selection +bind-key -t vi-copy 'y' copy-selection +bind-key -t vi-copy 'r' rectangle-toggle