From bdc493aee5cecfdc5cb5729dae3c8ca2a4e75b47 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 5 Jun 2012 10:54:46 -0400 Subject: [PATCH] Adding vi-mode copy pasta --- tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..3f76074 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,7 @@ +setw -g mode-keys vi +unbind [ +bind Escape copy-mode +unbind p +bind p paste-buffer +bind-key -t vi-copy 'v' begin-selection +bind-key -t vi-copy 'y' copy-selection