diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index a33b479..5602631 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -63,7 +63,7 @@ ["ctrl+0", "reset_fontsize"], ["ctrl+plus", "adjust_fontsize", 1.0], ["ctrl+minus", "adjust_fontsize", -1.0], - ["alt+f5", "open_config"], + ["ctrl+f5", "open_config"], ["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]], ["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]], ["ctrl+f6", "open_version_info"], @@ -84,6 +84,8 @@ ["ctrl+l", "scroll_view_center_cycle"], ["ctrl+n", "goto_next_match"], ["ctrl+p", "goto_prev_match"], + ["alt+f5", "goto_next_change"], + ["shift+alt+f5", "goto_prev_change"], ["ctrl+b", "move_to_char", "move_or_select_to_char_left"], ["ctrl+t", "move_to_char", "move_or_select_to_char_right"], ["ctrl+x", "cut"],