1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Zed settings

This commit is contained in:
Dan Barber 2024-08-23 18:09:39 -05:00
parent 069eb2911f
commit 49c18bd148
2 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,16 @@
[
{
"context": "Global",
"bindings": {}
},
{
"context": "(VimControl && !menu) || Dock",
"bindings": {
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"],
"ctrl-l": ["workspace::ActivatePaneInDirection", "Right"],
"ctrl-k": ["workspace::ActivatePaneInDirection", "Up"],
"ctrl-j": ["workspace::ActivatePaneInDirection", "Down"],
"ctrl-p": "file_finder::Toggle"
}
}
]

View File

@ -14,8 +14,12 @@
"vim_mode": true,
"shell": "system",
"tab_size": 2,
"buffer_font_family": "Berkeley Mono",
"buffer_font_size": 14,
"buffer_line_height": "standard",
"terminal": {
"font_family": "MonoLisa Nerd Font",
"font_size": 15
}
"font_family": "BerkeleyMono Nerd Font",
"font_size": 14
},
"tab_bar": { "show": false }
}