update zed keybindings

This commit is contained in:
Alexander Navarro 2026-02-09 16:06:08 -03:00
parent 42abb59588
commit cad4e125f4
3 changed files with 268 additions and 176 deletions

View file

@ -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",