Skip to content

Commit a977fbc

Browse files
authored
Document project_panel.sticky_scroll (#36721)
Hat tip to: @watercubz in #22869 (comment) Release Notes: - N/A
1 parent 06c0e59 commit a977fbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/configuring-zed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3234,6 +3234,7 @@ Run the `theme selector: toggle` action in the command palette to see a current
32343234
"scrollbar": {
32353235
"show": null
32363236
},
3237+
"sticky_scroll": true,
32373238
"show_diagnostics": "all",
32383239
"indent_guides": {
32393240
"show": "always"

docs/src/visual-customization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ Project panel can be shown/hidden with {#action project_panel::ToggleFocus} ({#k
430430
"indent_size": 20, // Pixels for each successive indent
431431
"auto_reveal_entries": true, // Show file in panel when activating its buffer
432432
"auto_fold_dirs": true, // Fold dirs with single subdir
433+
"sticky_scroll": true, // Stick parent directories at top of the project panel.
433434
"scrollbar": { // Project panel scrollbar settings
434435
"show": null // Show/hide: (auto, system, always, never)
435436
},

0 commit comments

Comments
 (0)