tmux: Use Escape to enter copy mode (like screen)

This commit is contained in:
Alan Orth 2012-09-04 14:53:33 +03:00
parent 354c8dafff
commit ee8abb7aff
1 changed files with 3 additions and 0 deletions

View File

@ -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.