# HG changeset patch # User Oleksandr Gavenko # Date 1602585482 -10800 # Node ID d5f98b5fdcb87c6ea4b6e3cb48d54839cd0b3557 # Parent 41f79c1242b2b3f8a624601d049d10671e2d718c Navigating terminal screen. diff -r 41f79c1242b2 -r d5f98b5fdcb8 tmux.rst --- a/tmux.rst Mon Oct 12 13:17:14 2020 +0300 +++ b/tmux.rst Tue Oct 13 13:38:02 2020 +0300 @@ -49,3 +49,12 @@ $ tmux info +Navigating terminal screen +========================== + +Use sequence ``Ctrl+b [`` to enter to copy mode. + +Copy mode allows navigation through tmux terminal screen by arrow keys and copy/paste + +Press ``Ctrl-c`` to leave copy mode. +