summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-11 15:56:28 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-11 15:56:28 +0900
commit9149421c53bf06a6a23ae6130c53660bceeefc5c (patch)
treeee0c0d9130a60910285d7c89e79cab37a330811f /src
parent4bdb7826d71a3db8fd7e27c04579bf37670baf67 (diff)
Update usage
Diffstat (limited to 'src')
-rw-r--r--src/help.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/help.rs b/src/help.rs
index d2980ba..5c46594 100644
--- a/src/help.rs
+++ b/src/help.rs
@@ -31,16 +31,16 @@ V :Switch to the select mode.
u :Undo put/delete/rename.
Ctrl + r :Redo put/delete/rename.
v :Toggle whether to show the preview.
-s :Toggle vertical or horizontal split in the preview mode.
-Alt + j / Up :Scroll down the preview text.
-Alt + k / Down :Scroll up the preview text.
+s :Toggle between vertical / horizontal split in the preview mode.
+Alt + j / Down :Scroll down the preview text.
+Alt + k / Up :Scroll up the preview text.
backspace :Toggle whether to show hidden items.
t :Toggle the sort order (name <-> modified time).
: :Switch to the shell mode.
c :Switch to the rename mode.
/ :Search items by the keyword.
-n :Going forward to the item that matches the keyword.
-N :Going backward to the item that matches the keyword.
+n :Go forward to the item that matches the keyword.
+N :Go backward to the item that matches the keyword.
Esc :Return to the normal mode.
:cd / :z :Go to the home directory.
:z <keyword> :Same as `z <keyword>`.