Crate reovim_plugin_which_key

Crate reovim_plugin_which_key 

Source
Expand description

Which-key plugin for reovim

Shows available keybindings in a popup panel when pressing ? after a prefix key. For example, pressing g? shows all bindings starting with g.

Structs§

WhichKeyBackspace
WhichKeyClose
WhichKeyOpen
Event to open the which-key panel with a prefix filter
WhichKeyPlugin
Which-key plugin for showing available keybindings
WhichKeyPluginWindow
Plugin window for rendering the which-key panel
WhichKeyTrigger
Command to trigger which-key with a specific prefix

Constants§

COMPONENT_ID
Component ID for the which-key plugin