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": {
|
"bindings": {
|
||||||
"z space": "editor::FoldAll",
|
"z space": "editor::FoldAll",
|
||||||
"z backspace": "editor::FoldFunctionBodies",
|
"z backspace": "editor::FoldFunctionBodies",
|
||||||
|
@ -92,12 +92,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "Editor && vim_mode == normal && !VimWaiting && !menu",
|
"context": "Editor && vim_mode == normal && !VimWaiting && !menu",
|
||||||
"bindings": {}
|
"bindings": {
|
||||||
|
"backspace": ["vim::PushOperator", { "Sneak": {} }],
|
||||||
|
"return": ["vim::PushOperator", { "SneakBackward": {} }]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "Editor && vim_mode == insert",
|
"context": "Editor && vim_mode == insert",
|
||||||
"bindings": {
|
"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": {
|
"telemetry": {
|
||||||
"metrics": false,
|
"metrics": false,
|
||||||
"diagnostics": false
|
"diagnostics": false
|
||||||
|
@ -14,10 +18,11 @@
|
||||||
"provider": "copilot_chat",
|
"provider": "copilot_chat",
|
||||||
"model": "claude-3-5-sonnet"
|
"model": "claude-3-5-sonnet"
|
||||||
},
|
},
|
||||||
|
"enable_experimental_live_diffs": true,
|
||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
"theme": "Gruvbox Dark Hard",
|
"theme": "Gruvbox Dark Hard",
|
||||||
"buffer_font_size": 14,
|
"buffer_font_size": 14.0,
|
||||||
"buffer_font_family": "Input",
|
"buffer_font_family": "Input",
|
||||||
// "buffer_font_family": "Input",
|
// "buffer_font_family": "Input",
|
||||||
// "buffer_font_family": "FiraCode Nerd Font",
|
// "buffer_font_family": "FiraCode Nerd Font",
|
||||||
|
@ -59,7 +64,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_family": "JetBrainsMono Nerd Font",
|
"font_family": "FiraCode Nerd Font",
|
||||||
"font_size": 14
|
"font_size": 14
|
||||||
},
|
},
|
||||||
"vim_mode": true,
|
"vim_mode": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue