feat: move open_previous_file keybind to project to work anywhere
This commit is contained in:
parent
b116d10348
commit
0b28218a98
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
["ctrl+w", "quit"],
|
["ctrl+w", "quit"],
|
||||||
["ctrl+o", "open_file"],
|
["ctrl+o", "open_file"],
|
||||||
["ctrl+e", "open_recent"],
|
["ctrl+e", "open_recent"],
|
||||||
|
["alt+o", "open_previous_file"],
|
||||||
["ctrl+shift+f5", "reload_file"],
|
["ctrl+shift+f5", "reload_file"],
|
||||||
["ctrl+k ctrl+t", "change_theme"],
|
["ctrl+k ctrl+t", "change_theme"],
|
||||||
["ctrl+shift+p", "open_command_palette"],
|
["ctrl+shift+p", "open_command_palette"],
|
||||||
|
|
@ -129,7 +130,6 @@
|
||||||
["ctrl+shift+kp_left", "select_word_left"],
|
["ctrl+shift+kp_left", "select_word_left"],
|
||||||
["ctrl+shift+kp_right", "select_word_right"],
|
["ctrl+shift+kp_right", "select_word_right"],
|
||||||
["ctrl+shift+space", "selections_reverse"],
|
["ctrl+shift+space", "selections_reverse"],
|
||||||
["alt+o", "open_previous_file"],
|
|
||||||
["alt+j", "join_next_line"],
|
["alt+j", "join_next_line"],
|
||||||
["alt+n", "goto_next_file_or_diagnostic"],
|
["alt+n", "goto_next_file_or_diagnostic"],
|
||||||
["alt+p", "goto_prev_file_or_diagnostic"],
|
["alt+p", "goto_prev_file_or_diagnostic"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue