editor: Scale minimap width to editor width (#32317)
This commit is contained in:
parent
dec7baeb97
commit
e202981f0c
3 changed files with 70 additions and 22 deletions
|
@ -435,7 +435,9 @@
|
|||
// 1. `null` to inherit the editor `current_line_highlight` setting (default)
|
||||
// 2. "line" or "all" to highlight the current line in the minimap.
|
||||
// 3. "gutter" or "none" to not highlight the current line in the minimap.
|
||||
"current_line_highlight": null
|
||||
"current_line_highlight": null,
|
||||
// Maximum number of columns to display in the minimap.
|
||||
"max_width_columns": 80
|
||||
},
|
||||
// Enable middle-click paste on Linux.
|
||||
"middle_click_paste": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue