mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
fix typo, closes #1871
parent
9e21981f50
commit
36c94d0518
2
Usage.md
2
Usage.md
|
@ -203,7 +203,7 @@ Notes:
|
||||||
1. `nnn` opens the current working directory if `PATH` is not specified.
|
1. `nnn` opens the current working directory if `PATH` is not specified.
|
||||||
2. If `PATH` is specified and it exists, `nnn` will open it.
|
2. If `PATH` is specified and it exists, `nnn` will open it.
|
||||||
3. If the `PATH` doesn't exist and ends with a **/**, `nnn` will attempt to create the directory tree and open it. Otherwise, `PATH` is considered a path to a regular file and `nnn` attempts to create the complete directory tree to the file, open the parent directory and prompt to create the new file in it with the base filename.
|
3. If the `PATH` doesn't exist and ends with a **/**, `nnn` will attempt to create the directory tree and open it. Otherwise, `PATH` is considered a path to a regular file and `nnn` attempts to create the complete directory tree to the file, open the parent directory and prompt to create the new file in it with the base filename.
|
||||||
4. The keys for option `-T` are **a**pparent disk usage / **d**isk usage / **e**xtension / **r**evision / **s**ize / **t**ime / **v**ersion. Capitalize to reverse (except **r**).
|
4. The keys for option `-T` are **a**pparent disk usage / **d**isk usage / **e**xtension / **r**everse / **s**ize / **t**ime / **v**ersion. Capitalize to reverse (except **r**).
|
||||||
|
|
||||||
## Keyboard, mouse
|
## Keyboard, mouse
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue