mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 21:52:23 +00:00
Stuff
This commit is contained in:
parent
b2ea9d77be
commit
3f9f36ef4d
3 changed files with 12 additions and 0 deletions
8
eggs/foot/yolk_templates
Normal file
8
eggs/foot/yolk_templates
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
||||||
|
.config/foot/foot.ini
|
|
@ -42,6 +42,9 @@
|
||||||
{
|
{
|
||||||
"context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu",
|
"context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
"z space": "editor::FoldFunctionBodies",
|
||||||
|
"z enter": "editor::UnfoldAll",
|
||||||
|
|
||||||
"space b c": "pane::CloseActiveItem",
|
"space b c": "pane::CloseActiveItem",
|
||||||
":": "command_palette::Toggle",
|
":": "command_palette::Toggle",
|
||||||
"space p": "file_finder::Toggle",
|
"space p": "file_finder::Toggle",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"auto_signature_help": false,
|
"auto_signature_help": false,
|
||||||
|
// "unstable.ui_density": "null",
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "copilot_chat",
|
"provider": "copilot_chat",
|
||||||
|
|
Loading…
Reference in a new issue