diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index f527c3b..adf558e 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -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"],