mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Add comments for Git ignore integration and commented configuration sample.
This commit is contained in:
parent
72def89cd8
commit
81c0b230f5
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@ scrolloff = 5
|
|||
mouse_events = [ "click", "scroll" ]
|
||||
title_format = "Yazi: {cwd}"
|
||||
|
||||
# Git ignore integration
|
||||
# gitignore_enable = false
|
||||
# ignore_override = [
|
||||
# "*.log", # Hide all .log files
|
||||
# "tmp/", # Hide tmp directory
|
||||
# "!target/", # Show target/ even if gitignored (negation)
|
||||
# ]
|
||||
|
||||
[preview]
|
||||
wrap = "no"
|
||||
tab_size = 2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue