From 1c34dfc32b145806f25fff5529a40bcf4ef20e89 Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:36:18 +0800 Subject: [PATCH] add `gj` and `gk` They are useful for documents that contain many long lines, such as Markdown documents. --- ch05_moving_in_file.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch05_moving_in_file.md b/ch05_moving_in_file.md index 7f94f25..5be7b95 100644 --- a/ch05_moving_in_file.md +++ b/ch05_moving_in_file.md @@ -13,6 +13,8 @@ h Left j Down k Up l Right +gj Down in a soft-wrapped line +gk Up in a soft-wrapped line ``` You can also move with directional arrows. If you are just starting, feel free to use any method you're most comfortable with.