Skip to content

@codemirror__view/internals/vim

InterfaceDescription
VimApiPublic API for interacting with the Vim emulation layer.
VimEditorWrapper around an editor instance providing access to Vim state.
VimStateTop-level Vim state container for the editor.
VimStateVimCore Vim state holding mode, input state, and edit history.
VimStateVimInputStateTracks the current input state of the Vim command parser.
VimStateVimLastMotionRepresents the last motion executed in Vim mode.
VimStateVimPluginVim plugin state tracking the last keydown event.