feat: add keybindings for goto_next_change & goto_prev_change

This commit is contained in:
CJ van den Berg 2026-01-13 18:32:38 +01:00
parent 276b351d61
commit 6ef5ea1336
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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"],