summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2024-01-28 07:23:30 +0900
committerKyohei Uto <im@kyoheiu.dev>2024-01-28 07:23:30 +0900
commit563815e576d152489502ebccf250b0e9cdd5736d (patch)
tree67aeda291638c3dffe89e0c349bbaaced77dbb7d
parentcebcfb8879d82f2e7907c5693a2ecc3ad0636a54 (diff)
Add :config to key manual
-rw-r--r--README.md1
-rw-r--r--src/help.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 32a0d1c..cd782f2 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +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.
: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 fa49c0d..6444c18 100644
--- a/src/help.rs
+++ b/src/help.rs
@@ -68,6 +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.
:trash<CR> :Go to the trash directory.
:empty<CR> :Empty the trash directory.
:h<CR> :Show help.