From ee8abb7afff878d792293343aa980b2e49a977d9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 4 Sep 2012 14:53:33 +0300 Subject: [PATCH] tmux: Use Escape to enter copy mode (like screen) --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 9003dfd..0942e2c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -73,6 +73,9 @@ bind l refresh-client unbind '"' bind '"' choose-window +# use Escape for entering copy mode, like screen +bind Escape copy-mode + # Rather than constraining window size to the maximum size of any client # connected to the *session*, constrain window size to the maximum size # of any client connected to *that window*. Much more reasonable.