From 643dc2ab8ace41298e31bd212b79762cf5373c09 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 17 Nov 2025 18:16:04 +0100 Subject: [PATCH] feat: bind toggle_centered_view to `ctrl+k x` in 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 6c17dfc..64dffca 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -8,6 +8,7 @@ ["f1", "open_help"], ["ctrl+\\", "add_split"], ["ctrl+k w", "close_split"], + ["ctrl+k x", "toggle_centered_view"], ["ctrl+1", "focus_split", 0], ["ctrl+2", "focus_split", 1], ["ctrl+3", "focus_split", 2],