summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2024-01-28 07:24:26 +0900
committerKyohei Uto <im@kyoheiu.dev>2024-01-28 07:24:26 +0900
commitf631bfcd598693c520bc64449a4363f0b19c6750 (patch)
tree0c9996027dc9b6f6456e52a96db7bd849b2eb211
parent563815e576d152489502ebccf250b0e9cdd5736d (diff)
Fix: Add <CR>v2.12.0
-rw-r--r--README.md2
-rw-r--r--src/help.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd782f2..dc36516 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ N :Go backward to the item that matches the keyword.
:cd<CR> :Go to the home directory.
:cd {path}<CR> :Go to the path.
:e<CR> :Reload the current directory.
-:config :Go to the dirctory that contains the config file if exists.
+:config<CR> :Go to the dirctory that contains the config file if exists.
:trash<CR> :Go to the trash directory.
:empty<CR> :Empty the trash directory.
:h<CR> :Show help.
diff --git a/src/help.rs b/src/help.rs
index 6444c18..1a38b6c 100644
--- a/src/help.rs
+++ b/src/help.rs
@@ -68,7 +68,7 @@ N :Go backward to the item that matches the keyword.
:cd<CR> :Go to the home directory.
:cd {path}<CR> :Go to the path.
:e<CR> :Reload the current directory.
-:config :Go to the directory that contains the config file if exists.
+:config<CR> :Go to the directory that contains the config file if exists.
:trash<CR> :Go to the trash directory.
:empty<CR> :Empty the trash directory.
:h<CR> :Show help.