feat: move open_previous_file keybind to project to work anywhere

This commit is contained in:
CJ van den Berg 2025-11-04 12:29:14 +01:00
parent b116d10348
commit 0b28218a98
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -11,6 +11,7 @@
["ctrl+w", "quit"],
["ctrl+o", "open_file"],
["ctrl+e", "open_recent"],
["alt+o", "open_previous_file"],
["ctrl+shift+f5", "reload_file"],
["ctrl+k ctrl+t", "change_theme"],
["ctrl+shift+p", "open_command_palette"],
@ -129,7 +130,6 @@
["ctrl+shift+kp_left", "select_word_left"],
["ctrl+shift+kp_right", "select_word_right"],
["ctrl+shift+space", "selections_reverse"],
["alt+o", "open_previous_file"],
["alt+j", "join_next_line"],
["alt+n", "goto_next_file_or_diagnostic"],
["alt+p", "goto_prev_file_or_diagnostic"],