From 0e70a2a9d6615d72440d7490afd229fd2d5b6dd8 Mon Sep 17 00:00:00 2001 From: Punjcoder Date: Wed, 7 Nov 2012 16:11:06 -0800 Subject: [PATCH] Remapped copy paste keys --- tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tmux.conf b/tmux.conf index 207b412..c5fe7bf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -78,3 +78,11 @@ set -g status-justify centre # Notify when other windows notify setw -g monitor-activity on set -g visual-activity on + +# Remapping copy paste keys using buffers +unbind [ +bind Escape copy-mode +unbind p +bind p paste-buffer +bind -t vi-copy 'v' begin-selection +bind -t vi-copy 'y' copy-selection