Merge branch 'master' into zig-0.15

This commit is contained in:
CJ van den Berg 2025-09-27 23:29:42 +02:00
commit b8d2679cbc
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 112 additions and 27 deletions

View file

@ -14,6 +14,7 @@
["ctrl+f", "move_scroll_page_down"],
["ctrl+u", "move_scroll_half_page_up"],
["ctrl+d", "move_scroll_half_page_down"],
["z z", "scroll_view_center"],
["ctrl+c", "toggle_comment"],
["ctrl+i", "jump_forward"],
["ctrl+o", "jump_back"],
@ -191,6 +192,7 @@
["u", "undo"],
["y", ["enable_selection"], ["copy_helix"], ["enter_mode", "normal"]],
["%", "select_all"],
["p", "paste_after"],
["q", "record_macro"],
@ -213,7 +215,7 @@
["space R", "replace_selections_with_clipboard"],
["space ?", "open_command_palette"],
["space f", "find_file"],
["space b", "buffer_picker"],
["space b", "switch_buffers"],
["space j", "jumplist_picker"],
["space s", "symbol_picker"],
["space d", "diagnostics_picker"],
@ -221,7 +223,7 @@
["space '", "last_picker"],
["space y", "copy"],
["space p", "system_paste_after"],
["space /", "find_in_file"],
["space /", "find_in_files"],
["space k", "hover"],
["space r", "rename_symbol"],
["space h", "select_references_to_symbol_under_cursor"],
@ -265,6 +267,7 @@
["ctrl+f", "select_page_down"],
["ctrl+u", "select_half_page_up"],
["ctrl+d", "select_half_page_down"],
["z z", "scroll_view_center"],
["ctrl+c", "toggle_comment"],
@ -390,6 +393,7 @@
["kp_down", "select_down"],
["kp_up", "select_up"],
["kp_right", "select_right"],
["%", "select_all"],
["t", "extend_till_char"],
["f", "move_to_char", "select_to_char_right_helix"],
@ -497,8 +501,8 @@
["space R", "replace_selections_with_clipboard"],
["space ?", "open_command_palette"],
["space f", "file_picker"],
["space b", "buffer_picker"],
["space f", "find_file"],
["space b", "switch_buffers"],
["space j", "jumplist_picker"],
["space s", "symbol_picker"],
["space d", "diagnostics_picker"],
@ -506,7 +510,7 @@
["space '", "last_picker"],
["space y", "copy"],
["space p", "system_paste_after"],
["space /", "find_in_file"],
["space /", "find_in_files"],
["space k", "hover"],
["space r", "rename_symbol"],
["space h", "select_references_to_symbol_under_cursor"],