update zed keybindings
This commit is contained in:
parent
42abb59588
commit
cad4e125f4
3 changed files with 268 additions and 176 deletions
|
|
@ -7,6 +7,7 @@
|
|||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"semantic_tokens": "combined",
|
||||
"formatter": "language_server",
|
||||
"zoomed_padding": false,
|
||||
"auto_install_extensions": {
|
||||
|
|
@ -46,7 +47,8 @@
|
|||
},
|
||||
"scroll_beyond_last_line": "vertical_scroll_margin",
|
||||
"which_key": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"delay_ms": 500
|
||||
},
|
||||
"rounded_selection": true,
|
||||
"current_line_highlight": "gutter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue