Use more conservative settings for the minimap display (#32878)
Follow-up of https://github.com/zed-industries/zed/pull/31390 Release Notes: - N/A
This commit is contained in:
parent
d5472bc0ad
commit
c7dad1cb19
2 changed files with 5 additions and 5 deletions
|
@ -403,10 +403,10 @@
|
|||
// Where to show the minimap in the editor.
|
||||
// This setting can take two values:
|
||||
// 1. Show the minimap on the focused editor only:
|
||||
// "active_editor"
|
||||
// "active_editor" (default)
|
||||
// 2. Show the minimap on all open editors:
|
||||
// "all_editors" (default)
|
||||
"display_in": "all_editors",
|
||||
// "all_editors"
|
||||
"display_in": "active_editor",
|
||||
// When to show the minimap thumb.
|
||||
// This setting can take two values:
|
||||
// 1. Show the minimap thumb if the mouse is over the minimap:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue