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:
parent
7177da5a89
commit
de68c1a5d4
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@
|
||||||
["ctrl+shift+d", "dupe_down"],
|
["ctrl+shift+d", "dupe_down"],
|
||||||
["ctrl+shift+z", "redo"],
|
["ctrl+shift+z", "redo"],
|
||||||
["ctrl+shift+w", "close_file_without_saving"],
|
["ctrl+shift+w", "close_file_without_saving"],
|
||||||
["ctrl+shift+l", "run_async", "add_cursor_all_matches"],
|
["ctrl+shift+l", "add_cursor_all_matches"],
|
||||||
["ctrl+shift+i", "run_async", "toggle_inspector_view"],
|
["ctrl+shift+i", "toggle_inspector_view"],
|
||||||
["ctrl+shift+m", "show_diagnostics"],
|
["ctrl+shift+m", "show_diagnostics"],
|
||||||
["ctrl+shift+enter", "smart_insert_line_before"],
|
["ctrl+shift+enter", "smart_insert_line_before"],
|
||||||
["ctrl+shift+end", "select_buffer_end"],
|
["ctrl+shift+end", "select_buffer_end"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue