Skip to content

Commit

Permalink
docs: add linemode config option
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 20, 2023
1 parent ce15a80 commit 7edf4d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions usage/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ If you haven't created and used your own configuration file yet, please see [Con
- `true`: Directories first
- `false`: Respects `sort_by` and `sort_reverse` only

- linemode: Line mode

- `none`: No line mode.
- `size`: Display the size of the file.
- `permissions`: Display the permissions of the file.
- `mtime`: Display the last modified time of the file.

- show_hidden: Show hidden files

- `true`: Show
Expand Down

0 comments on commit 7edf4d5

Please sign in to comment.