全文検索:
- 2025.03.14 Building Zed Editor on Windows
- ll: [[https://www.rust-lang.org/tools/install]] <code> winget install Rustlang.Rustup </code> ===== 2. Install MSVC ===== MSVC (Microsoft Visual C++) Use Build Tools for Visual Studio <code> winget install Microsoft.VisualStudio.2022.BuildTools </code> ==== Add C++ Toolset ==== Add from Visual Stu
- 2025.03.02 Postfix Logging Headers to Log
- tfix Configuration Change (Incoming Mail) ===== <code|/etc/postfix/header_checks.pcre> /^From: (.*)/ ... RN To Header: $1 /^Cc: (.*)/ WARN Cc Header: $1 </code> <code|/etc/postfix/main.cf> header_checks = pcre:/etc/postfix/header_checks.pcre </code> ===== Heading ===== Headers are logged like th
- 2025.03.20 Zed Keymap
- I configured them as follows in my environment: <code|keymap.json> [ { "bindings": { "ctrl-... hift-y": "workspace::CloseAllDocks" } } ] </code> ===== Location of keymap.json ===== The file