From e04b8f672b142fd3fb447e0bf406b10b0a632b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 15 Jul 2020 17:54:25 +0200 Subject: [PATCH] changelog: minor --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e901e1dd..d42f3de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ * **pipe-visible** and **pipe-scrollback** key bindings. These let you pipe either the currently visible text, or the entire scrollback to external tools (https://codeberg.org/dnkl/foot/issues/29). Example: - `pipe-visible=[sh -c "xurls | fuzzel --dmenu | xargs -r firefox] Control+Print` + `pipe-visible=[sh -c "xurls | fuzzel --dmenu | xargs -r firefox] Control+Print` ### Changed