From 832d09a18b48b6594eed408ac2df0a5478f27023 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Feb 2012 15:34:38 +1300 Subject: vi-ish copy paste --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 090ff1ed..0d624b1f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -53,6 +53,10 @@ bind-key p previous-window bind-key s choose-session bind-key Tab select-pane -t :.+ +# Use a sort of vi-ish copy-paste. +bind-key -t vi-copy 'v' begin-selection +bind-key -t vi-copy 'y' copy-selection + # Terminal settings. set -g default-terminal "screen-256color" -- cgit v1.2.3