Expand description
Vim vocabulary types for the hjkl editor.
Structs§
- Abbrev
- A single abbreviation entry (insert-mode or cmdline-mode, recursive or noremap).
- Insert
Session - Last
Visual - Saved visual-mode anchor + cursor for
gv(re-enters the last visual selection).modecarries which visual flavour to restore;anchor/cursormean different things per flavour: - Search
Prompt - Active
/or?search prompt. Text mutations drive the textarea’s live search pattern so matches highlight as the user types.
Enums§
- Abbrev
Kind - Classify a vim abbreviation lhs into its type.
- Abbrev
Trigger - Trigger kind for abbreviation expansion.
- Insert
Dir - Direction for insert-mode arrow movement.
- Insert
Entry - Insert
Reason - Last
Change - Information needed to replay a mutating change via
.. - Last
Horizontal Motion - Tracks which kind of horizontal jump was last performed so
;/,can dispatch to the correct repeat handler. - Mode
- Motion
- Operator
- Pending
- Range
Kind - Classification determines how operators treat the range end.
- Scroll
Dir - Scroll direction for
scroll_full_page,scroll_half_page, andscroll_linecontroller methods. - Text
Object
Constants§
- CHANGE_
LIST_ MAX - JUMPLIST_
MAX - Max jumplist depth. Matches vim default.
- SEARCH_
HISTORY_ MAX