fix: remove run_async from flow mode add_cursor_all_matches binding

The extra run_async prevents the keybind hint from matching the
add_cursor_all_matches command. Not sure why it was bound to run_async
anyway so I'll just remove it.
This commit is contained in:
CJ van den Berg 2025-07-18 10:46:02 +02:00
parent 7177da5a89
commit de68c1a5d4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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"],