From 65b34c5d10cf6bbf873b496712c426328c745cf0 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 8 Feb 2025 02:33:13 +0100 Subject: [PATCH] Delete zed stuff. --- .gitignore | 2 - config/zed/keymap.json | 15 -------- config/zed/settings.json | 80 ---------------------------------------- 3 files changed, 97 deletions(-) delete mode 100644 config/zed/keymap.json delete mode 100644 config/zed/settings.json diff --git a/.gitignore b/.gitignore index 1db7be5..116ae92 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,3 @@ **/lazy-lock.json **/zsh/functions **/zed/* -!**/zed/keymap.json -!**/zed/settings.json diff --git a/config/zed/keymap.json b/config/zed/keymap.json deleted file mode 100644 index 7030f58..0000000 --- a/config/zed/keymap.json +++ /dev/null @@ -1,15 +0,0 @@ -// Zed keymap -// -// For information on binding keys, see the Zed -// documentation: https://zed.dev/docs/key-bindings -// -// To see the default key bindings run `zed: open default keymap` -// from the command palette. -[ - { - "context": "vim_mode == normal", - "bindings": { - "escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }] - } - } -] diff --git a/config/zed/settings.json b/config/zed/settings.json deleted file mode 100644 index 642b82f..0000000 --- a/config/zed/settings.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "assistant": { - "default_model": { - "provider": "copilot_chat", - "model": "gpt-4o" - }, - "enabled": false, - "button": false, - "version": "2" - }, - "buffer_font_family": "RobotoMono Nerd Font", - "buffer_font_size": 14, - "buffer_font_weight": 500, - "chat_panel": { - "button": false - }, - "collaboration_panel": { - "button": false - }, - "cursor_blink": false, - "ensure_final_newline_on_save": true, - "features": { - "inline_completion_provider": "none" - }, - "file_types": { - "YAML": ["gotmpl"] - }, - "format_on_save": "off", - "git": { - "inline_blame": { - "enabled": true - } - }, - "notification_panel": { - "button": false - }, - "outline_panel": { - "button": false - }, - "projects_online_by_default": false, - "remove_trailing_whitespace_on_save": true, - "show_call_status-icon": false, - "soft_wrap": "editor_width", - "tabs": { - "file_icons": true, - "git_status": true - }, - "tab_bar": { - "show_nav_history_buttons": false - }, - "telemetry": { - "diagnostics": false, - "metrics": false - }, - "terminal": { - "blinking": "off", - "button": false, - "copy_on_select": true, - "font_family": "RobotoMono Nerd Font", - "font_size": 14, - "toolbar": { - "title": false - }, - "working_directory": "first_project_directory" - }, - "theme": { - "dark": "Ayu Dark", - "light": "Ayu Light", - "mode": "system" - }, - "toolbar": { - "breadcrumbs": false, - "quick_actions": false - }, - "vim_mode": true, - "vim":{ - "use_system_clipboard": "never" - }, - "ui_font_size": 16, -} \ No newline at end of file