From c7e6906efdddb0be5d364ddbd628abf6c0976102 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 13 Apr 2026 22:20:35 +0200 Subject: [PATCH] feat: add toggle_case keybind to flow mode --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 4425d51d..db80dde4 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -150,6 +150,7 @@ ["alt+l", "to_lower"], ["alt+q", "reflow"], ["alt+c", "switch_case"], + ["ctrl+k c", "toggle_case"], ["ctrl+_", "underline"], ["ctrl+=", "underline_with_char", "=", "solid"], ["ctrl+plus", "underline_with_char", "="],