tmux: Use Escape to enter copy mode (like screen)
This commit is contained in:
parent
354c8dafff
commit
ee8abb7aff
@ -73,6 +73,9 @@ bind l refresh-client
|
|||||||
unbind '"'
|
unbind '"'
|
||||||
bind '"' choose-window
|
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
|
# Rather than constraining window size to the maximum size of any client
|
||||||
# connected to the *session*, constrain window size to the maximum size
|
# connected to the *session*, constrain window size to the maximum size
|
||||||
# of any client connected to *that window*. Much more reasonable.
|
# of any client connected to *that window*. Much more reasonable.
|
||||||
|
Loading…
Reference in New Issue
Block a user