From baf0beeffae4b71d977f2817d13cfde163ed9dfd Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Tue, 2 Nov 2021 10:00:21 +0900 Subject: [PATCH] Added description including key --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3047e743..ace3544f 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Refer to the [motion image](docs/image.md). ### Search +Search by forward search `/` key(default) or the backward search `?` key(defualt). Search can be toggled between incremental search, regular expression search, and case sensitivity. Displayed when the following are enabled in the search input prompt: @@ -166,11 +167,11 @@ Displayed when the following are enabled in the search input prompt: ### Mark -Mark the display position. +Mark the display position with the `m` key(default). The mark is decorated with `StyleMarkLine` and `MarkStyleWidth`. -The marks can be erased individually. -It is also possible to erase all marks. +Marks can be erased individually with the `M` key(default). +It is also possible to delete all marks with the `ctrl + delete` key(default). Use the `>`next and `<`previous (default) key to move to the marked position.