From 3852555f9dbd2165c63d7c321ffbd9b122be9177 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 2 Oct 2025 14:32:51 +0200 Subject: [PATCH 1/2] devlog: whitespace clean-up --- content/devlog/2024.smd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/devlog/2024.smd b/content/devlog/2024.smd index d1646a7..8dbf908 100644 --- a/content/devlog/2024.smd +++ b/content/devlog/2024.smd @@ -290,7 +290,7 @@ I gave the windows version some TLC today. Subprocess stdin input now works corr project manager encodes and decodes LSP URLs with windows file paths. This means that language server and language formatter support in Windows is now on par with Linux -and MacOS. 🎉 +and MacOS. 🎉 Pasting on windows now uses the internal clipboard by default as Windows doesn't support bracketed paste. You can still paste from the system clipboard with C-S-v. From 62bd47f549d28ebc6392928492d5b913b55762e8 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 2 Oct 2025 14:34:41 +0200 Subject: [PATCH 2/2] mention FreeBSD more consistently --- content/index.smd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/index.smd b/content/index.smd index 1c50cf1..0d2ec1b 100644 --- a/content/index.smd +++ b/content/index.smd @@ -17,7 +17,7 @@ Flow Control is under active development, but usually very stable. - **Tree-sitter** powered syntax highlighting - **Language Server Protocol** pre configured support for most language servers - Multi-cursor editing & mouse support -- Cross-platform (Linux/macOS/Windows/Android) +- Cross-platform (Linux/macOS/Windows/Android/FreeBSD) - Multiple keybinding modes - Flow Control (common GUI IDE style bindings) - Emacs @@ -36,7 +36,7 @@ Flow Control is under active development, but usually very stable. ## 📦 Installation -### Linux, MacOS and *BSD +### Linux, MacOS and FreeBSD Fetch and install the latest release to `/usr/local/bin` with the installation helper script: @@ -130,7 +130,7 @@ access. Configuration is mostly dynamically maintained with various commands in the UI. It is stored under the standard user configuration path. Usually `~/.config/flow` -on Linux. %APPDATA%\Roaming\flow on Windows. +on Linux/FreeBSD/MacOS. %APPDATA%\Roaming\flow on Windows. There are commands to open the various configuration files, so you don't have to manually find them. Look for commands starting with `Edit` in the command palette. @@ -141,7 +141,7 @@ directory. Have a look at an existing file type to see what options are availabl Logs, traces and per-project most recently used file lists are stored in the standard user application state directory. Usually `~/.local/state/flow` on -Linux and %APPDATA%\Roaming\flow on Windows. +Linux/FreeBSD/MacOS and %APPDATA%\Roaming\flow on Windows. Kitty, Ghostty and most other terminals have default keybindings that conflict with common editor commands. We highly recommend rebinding them to keys that are