From 27613eab1f9a633ca03cf18d7e3b41674d876130 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sat, 30 Nov 2024 20:17:04 +0100 Subject: [PATCH] refactor: add test flow mode init_/deinit_commmand config --- src/keybind/builtin/flow.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index d8a5470..511e230 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -1,4 +1,8 @@ { + "settings": { + "init_command": ["enter_flow_mode"], + "deinit_command": ["exit_flow_mode"] + }, "normal": { "press": [ ["ctrl+e", "open_recent"],