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:
parent
069eb2911f
commit
49c18bd148
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -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 }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user