From 0ff9a9c522ef45fcdf54e389e582c891a84297ec Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 31 Mar 2026 22:34:50 +0200 Subject: [PATCH] fix: add non-conflicting keybinds for font size adjustment --- src/keybind/builtin/flow.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 9ce0934d..512e0585 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -66,8 +66,10 @@ ["ctrl+k e", "switch_buffers"], ["alt+shift+v", "clipboard_history"], ["ctrl+0", "reset_fontsize"], + ["ctrl+alt+0", "reset_fontsize"], ["ctrl+plus", "adjust_fontsize", 1.0], ["ctrl+alt+plus", "adjust_fontsize", 1.0], + ["ctrl+alt+=", "adjust_fontsize", 1.0], ["ctrl+minus", "adjust_fontsize", -1.0], ["ctrl+alt+minus", "adjust_fontsize", -1.0], ["ctrl+f5", "open_config"],