package mew_vi
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Modal editing witch, VI interpreter
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.5.0.tar.gz
sha256=a692fa7cdcc9e80fd9387c4f61677776b9fc15f9f7175b4220fcd1a73d1bafda
md5=341e9a9a20383641015bf503952906bc
doc/mew_vi/Mew_vi/Vi_action/index.html
Module Mew_vi.Vi_actionSource
Source
type motion = | Left| Right| Right_nl| Line_FirstChar| Line_FirstNonBlank| Line_LastChar| Line_LastChar_nl| Line_LastNonBlank| Line_LastNonBlank_nl| Upward| Downward| GotoLine| GotoLine_first| GotoLine_last| Word| WORD| Word_end| WORD_end| Word_back| WORD_back| Word_back_end| WORD_back_end| Line| Occurrence_inline of string| Occurrence_inline_back of string| Occurrence_inline_till of string| Occurrence_inline_till_back of string| Sentence_backword| Sentence_forward| Paragraph_backward| Paragraph_forward| Word_include| Word_inner| WORD_include| WORD_inner| Sentence_include| Sentence_inner| Paragraph_include| Paragraph_inner| Parenthesis_include| Parenthesis_inner| Bracket_include| Bracket_inner| AngleBracket_include| AngleBracket_inner| Brace_include| Brace_inner| Quote_include of string| Quote_inner of string| Match
Source
type t = | Insert of insert * int| Motion of motion * int| Delete of register * motion * int| Change of register * motion * int| Join of int| Undo of int| Paste_before of register * int| Paste_after of register * int| Yank of register * motion * int| DeleteSelected of register| YankSelected of register| ChangeMode of Mode.Name.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>