src/app/app_state/overlays.rs | len_chars, len_lines, preview, cursor_state, restore_cursor_state (+60) |
src/app/app_state/tests.rs | text_object_delete_removes_inner, text_object_select_enters_visual_mode, unique_temp_path, text_edits_record_highlight_byte_deltas, backspace_between_empty_auto_pair_deletes_both_chars (+56) |
src/app/app_state/state.rs | clipboard_record_kind_for_text, completion_prefix_info_at, search_highlights, byte_to_line_idx, line_start_byte_idx (+45) |
src/app/app_state/palette.rs | active_buffer_is_fuzzy_picker, open_terminal_buffer, diagnostics_for_path, open_pending_references_buffer, command_palette_append_query (+37) |
src/app/app_state/editor.rs | insert_tab, step_over_closing_char, insert_auto_pair, smart_insert_newline, backspace (+23) |
src/app/app_state/multi_cursor.rs | multi_cursor_selection_ranges, char_range_to_vsr, virtual_cursors, multi_cursor_select_all_visual, multi_cursor_add_next (+18) |
src/app/app_state/buffers.rs | text_object_text, delete_text_object, clear_visual_selection, delete_char_text_at_cursor, substitute_current_line_text (+17) |
src/app/app_state/mod.rs | from_bindings, build_help_sections, build_help_lines, command_label_for_help, append_help_binding (+9) |
src/render/renderer/editor/selections.rs | leading_indent_columns, indent_guide_quads, current_line_highlight_quad, visual_selection_quads, multi_cursor_selection_quads (+3) |
src/core/mode.rs | default, new, apply_with_side_effects, normal_to_insert_is_allowed, visual_to_normal_by_escape_is_allowed (+3) |