feat: add keybindings for goto_next_change & goto_prev_change
This commit is contained in:
parent
276b351d61
commit
6ef5ea1336
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
["ctrl+0", "reset_fontsize"],
|
["ctrl+0", "reset_fontsize"],
|
||||||
["ctrl+plus", "adjust_fontsize", 1.0],
|
["ctrl+plus", "adjust_fontsize", 1.0],
|
||||||
["ctrl+minus", "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"]],
|
["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]],
|
||||||
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]],
|
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]],
|
||||||
["ctrl+f6", "open_version_info"],
|
["ctrl+f6", "open_version_info"],
|
||||||
|
|
@ -84,6 +84,8 @@
|
||||||
["ctrl+l", "scroll_view_center_cycle"],
|
["ctrl+l", "scroll_view_center_cycle"],
|
||||||
["ctrl+n", "goto_next_match"],
|
["ctrl+n", "goto_next_match"],
|
||||||
["ctrl+p", "goto_prev_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+b", "move_to_char", "move_or_select_to_char_left"],
|
||||||
["ctrl+t", "move_to_char", "move_or_select_to_char_right"],
|
["ctrl+t", "move_to_char", "move_or_select_to_char_right"],
|
||||||
["ctrl+x", "cut"],
|
["ctrl+x", "cut"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue