Skip to content

Commit

Permalink
add update_work_dir to web doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Dec 30, 2023
1 parent c30ee02 commit 18ac9b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/docs/conf_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,19 @@ quit_on_last_cancel: true
```TOML
quit_on_last_cancel = true
```

## Update broot's work dir

By default, the work dir of the broot process is synchronized with the root of the current panel.
If you prefer to keep the work dir unchanged, disable this feature with

```Hjson
update_work_dir: false
```
```TOML
update_work_dir = false
```

## Only show file name even when the pattern is on paths

When your search pattern is applied to a path, the path is shown on each line so that you see why the line matches:
Expand Down

0 comments on commit 18ac9b2

Please sign in to comment.