From be74ae64d178d736149b1d5bd4d99d0d6e1b8b04 Mon Sep 17 00:00:00 2001 From: Natanel Shitrit <65548905+Natanel-Shitrit@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:56:25 +0300 Subject: [PATCH] Fix broken link in `modes.md` --- docs/src/replay-mode/modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/replay-mode/modes.md b/docs/src/replay-mode/modes.md index 767a7a1c..750d4da4 100644 --- a/docs/src/replay-mode/modes.md +++ b/docs/src/replay-mode/modes.md @@ -34,7 +34,7 @@ Some examples: ### Copy mode -To enter copy mode, all you need to do is invoke any action that would cause the cursor or the viewport to move. Like `tmux`'s copy mode, you can explore the state of the screen and copy text to be pasted elsewhere. Copy mode supports a wide range of cursor and viewport movements that should feel familiar to users of CLI text editors such as `vim`. For a full list of supported motions, refer to the [reference page for key bindings](/default-keys.md#movements). +To enter copy mode, all you need to do is invoke any action that would cause the cursor or the viewport to move. Like `tmux`'s copy mode, you can explore the state of the screen and copy text to be pasted elsewhere. Copy mode supports a wide range of cursor and viewport movements that should feel familiar to users of CLI text editors such as `vim`. For a full list of supported motions, refer to the [reference page for key bindings](../default-keys.md#movements). Copy mode also allows you to swap between the terminal's main and alt screens using {{bind :copy s}}. In other words, even if you run a full-screen application such as `htop`, you can still swap back to the scrollback buffer and see the output of commands you ran before running `htop`.