From 2c139a1b8303d8c74464c79136843e371e3c5bea Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 30 Jul 2016 19:22:11 +0800 Subject: tmux: add a keybinding for copy-mode --- _tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_tmux.conf b/_tmux.conf index dcaf80d..aa99223 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -47,7 +47,8 @@ bind-key -n C-Right swap-window -t +1 bind-key -n C-d detach ## Copy mode settings -bind-key p paste-buffer +bind-key Escape copy-mode +bind-key p paste-buffer bind-key -t vi-copy "v" begin-selection bind-key -t vi-copy "y" copy-selection # toggle between line- and column-wise selection -- cgit v1.2.2