refactor: use commond file browser keybinds for open_project_file_tree
This commit is contained in:
parent
106f4b6f86
commit
ab5240fd89
3 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
["ctrl+=", "adjust_fontsize", 1.0],
|
["ctrl+=", "adjust_fontsize", 1.0],
|
||||||
["ctrl+-", "adjust_fontsize", -1.0],
|
["ctrl+-", "adjust_fontsize", -1.0],
|
||||||
["ctrl+r", "find_file"],
|
["ctrl+r", "find_file"],
|
||||||
|
["ctrl+x d", "open_project_file_tree"],
|
||||||
["ctrl+h ctrl+a", "open_help"],
|
["ctrl+h ctrl+a", "open_help"],
|
||||||
["ctrl+c ctrl+o", "open_recent_project"],
|
["ctrl+c ctrl+o", "open_recent_project"],
|
||||||
["ctrl+c g", "find_in_files"],
|
["ctrl+c g", "find_in_files"],
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
["ctrl+w", "close_split"],
|
["ctrl+w", "close_split"],
|
||||||
["ctrl+o", "open_file"],
|
["ctrl+o", "open_file"],
|
||||||
["ctrl+e", "open_recent"],
|
["ctrl+e", "open_recent"],
|
||||||
["ctrl+shift+o", "open_project_file_tree"],
|
["ctrl+shift+e", "open_project_file_tree"],
|
||||||
["alt+o", "open_previous_file"],
|
["alt+o", "open_previous_file"],
|
||||||
["ctrl+shift+t", "restore_closed_tab"],
|
["ctrl+shift+t", "restore_closed_tab"],
|
||||||
["ctrl+shift+f5", "reload_file"],
|
["ctrl+shift+f5", "reload_file"],
|
||||||
|
|
|
||||||
|
|
@ -220,6 +220,7 @@
|
||||||
["page_down", "move_scroll_page_down"],
|
["page_down", "move_scroll_page_down"],
|
||||||
|
|
||||||
["space F", "find_file"],
|
["space F", "find_file"],
|
||||||
|
["space e", "open_project_file_tree"],
|
||||||
["space S", "workspace_symbol_picker"],
|
["space S", "workspace_symbol_picker"],
|
||||||
["space D", "workspace_diagnostics_picker"],
|
["space D", "workspace_diagnostics_picker"],
|
||||||
["space P", "system_paste"],
|
["space P", "system_paste"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue