feat: add toggle_case keybind to flow mode

This commit is contained in:
CJ van den Berg 2026-04-13 22:20:35 +02:00
parent ce61c1765a
commit c7e6906efd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -150,6 +150,7 @@
["alt+l", "to_lower"], ["alt+l", "to_lower"],
["alt+q", "reflow"], ["alt+q", "reflow"],
["alt+c", "switch_case"], ["alt+c", "switch_case"],
["ctrl+k c", "toggle_case"],
["ctrl+_", "underline"], ["ctrl+_", "underline"],
["ctrl+=", "underline_with_char", "=", "solid"], ["ctrl+=", "underline_with_char", "=", "solid"],
["ctrl+plus", "underline_with_char", "="], ["ctrl+plus", "underline_with_char", "="],