diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 2a6641b..03f7a9f 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -89,8 +89,8 @@ ["ctrl+shift+d", "dupe_down"], ["ctrl+shift+z", "redo"], ["ctrl+shift+w", "close_file_without_saving"], - ["ctrl+shift+l", "run_async", "add_cursor_all_matches"], - ["ctrl+shift+i", "run_async", "toggle_inspector_view"], + ["ctrl+shift+l", "add_cursor_all_matches"], + ["ctrl+shift+i", "toggle_inspector_view"], ["ctrl+shift+m", "show_diagnostics"], ["ctrl+shift+enter", "smart_insert_line_before"], ["ctrl+shift+end", "select_buffer_end"],