Type Alias modalkit::env::vim::keybindings::VimMachine

source ·
pub type VimMachine<Key, T = EmptyInfo> = ModalMachine<Key, InputStep<T>>;
Expand description

Manage Vim keybindings and modes.

Aliased Type§

struct VimMachine<Key, T = EmptyInfo> { /* private fields */ }