fix: add back async commands
This commit is contained in:
parent
dc914ba562
commit
fdf0c7ada9
2 changed files with 10 additions and 2 deletions
|
@ -52,8 +52,8 @@
|
|||
["ctrl+shift+q", "quit_without_saving"],
|
||||
["ctrl+shift+w", "close_file_without_saving"],
|
||||
["ctrl+shift+f", "find_in_files"],
|
||||
["ctrl+shift+l", "add_cursor_all_matches_async"],
|
||||
["ctrl+shift+i", "toggle_inspector_view_async"],
|
||||
["ctrl+shift+l", "run_async", "add_cursor_all_matches"],
|
||||
["ctrl+shift+i", "run_async", "toggle_inspector_view"],
|
||||
["ctrl+shift+m", "show_diagnostics"],
|
||||
["ctrl+shift+enter", "smart_insert_line_before"],
|
||||
["ctrl+shift+end", "select_buffer_end"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue