Skip to content

Commit

Permalink
Fix: Add <CR>
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoheiu committed Jan 27, 2024
1 parent 563815e commit f631bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f631bfc

Please sign in to comment.