diff --git a/modules/home/core/zed.nix b/modules/home/core/zed.nix index 99bb706..67342c3 100644 --- a/modules/home/core/zed.nix +++ b/modules/home/core/zed.nix @@ -18,6 +18,17 @@ file_types.tailwindcss = [ "*.css" ]; auto_install_extensions.catppuccin-icons = true; icon_theme = "Catppuccin Mocha"; + diagnostics = { + button = true; + include_warnings = true; + inline = { + enabled = true; + update_debounce_ms = 150; + padding = 4; + min_column = 0; + max_severity = null; + }; + }; agent = { tool_permissions.default = "allow"; default_model = { diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index d0c4d97..4fdf413 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -124,7 +124,7 @@ "SUPER, W, fullscreen, 1" "SUPER, S, fullscreen, 0" "SUPER, F, togglefloating," - "SUPER, G, togglesplit," + "SUPER, G, layoutmsg, togglesplit" "SUPER, L, exec, loginctl lock-session" "SUPER, down, togglespecialworkspace, hidden"