Function nvim_oxi_api::get_mode
source ยท pub fn get_mode() -> Result<GotMode, Error>Expand description
Binding to nvim_get_mode().
Gets the current mode. The blocking field of
GotMode is true if Neovim is waiting for input.
pub fn get_mode() -> Result<GotMode, Error>Binding to nvim_get_mode().
Gets the current mode. The blocking field of
GotMode is true if Neovim is waiting for input.