mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
some changes
This commit is contained in:
parent
dc191b723e
commit
bcb5312c6e
3 changed files with 16 additions and 6 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1 +1 @@
|
|||
* filter=yolk
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu",
|
||||
"context": "MarkdownPreview || EmptyPane || Diagnostics || Editor && VimControl && !VimWaiting && !menu",
|
||||
"bindings": {
|
||||
"z space": "editor::FoldAll",
|
||||
"z backspace": "editor::FoldFunctionBodies",
|
||||
|
@ -92,12 +92,17 @@
|
|||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == normal && !VimWaiting && !menu",
|
||||
"bindings": {}
|
||||
"bindings": {
|
||||
"backspace": ["vim::PushOperator", { "Sneak": {} }],
|
||||
"return": ["vim::PushOperator", { "SneakBackward": {} }]
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == insert",
|
||||
"bindings": {
|
||||
"ctrl-w": "editor::DeleteToPreviousWordStart"
|
||||
"ctrl-w": "editor::DeleteToPreviousWordStart",
|
||||
"alt-tab": "zeta::NextEdit",
|
||||
"alt-shift-tab": "zeta::PreviousEdit"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"features": {
|
||||
"inline_completion_provider": "zed"
|
||||
},
|
||||
"icon_theme": "Material Icon Theme",
|
||||
"telemetry": {
|
||||
"metrics": false,
|
||||
"diagnostics": false
|
||||
|
@ -14,10 +18,11 @@
|
|||
"provider": "copilot_chat",
|
||||
"model": "claude-3-5-sonnet"
|
||||
},
|
||||
"enable_experimental_live_diffs": true,
|
||||
"version": "2"
|
||||
},
|
||||
"theme": "Gruvbox Dark Hard",
|
||||
"buffer_font_size": 14,
|
||||
"buffer_font_size": 14.0,
|
||||
"buffer_font_family": "Input",
|
||||
// "buffer_font_family": "Input",
|
||||
// "buffer_font_family": "FiraCode Nerd Font",
|
||||
|
@ -59,7 +64,7 @@
|
|||
},
|
||||
|
||||
"terminal": {
|
||||
"font_family": "JetBrainsMono Nerd Font",
|
||||
"font_family": "FiraCode Nerd Font",
|
||||
"font_size": 14
|
||||
},
|
||||
"vim_mode": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue