diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 3fc1244..09db4c8 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -1,8 +1,4 @@ { - "settings": { - "init_command": ["enter_flow_mode"], - "deinit_command": ["exit_flow_mode"] - }, "normal": { "press": [ ["ctrl+e", "open_recent"], diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index 9577dae..d9b0c0d 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -1,5 +1,7 @@ { "settings": { + "init_command": ["enter_helix_mode"], + "deinit_command": ["exit_helix_mode"], "fallback": "vim" }, "normal": { diff --git a/src/keybind/builtin/vim.json b/src/keybind/builtin/vim.json index 2260bba..507eae7 100644 --- a/src/keybind/builtin/vim.json +++ b/src/keybind/builtin/vim.json @@ -1,4 +1,8 @@ { + "settings": { + "init_command": ["enter_vim_mode"], + "deinit_command": ["exit_vim_mode"] + }, "normal": { "syntax": "vim", "on_match_failure": "ignore",