ribosome-0.9.9.9: Neovim plugin framework for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Api.Normal

Description

Functions for triggering normal mode commands.

Synopsis

Documentation

normalm :: Member Rpc r => Text -> Sem r () Source #

Execute a sequence of characters in normal mode that may trigger mappings.

normal :: Member Rpc r => Text -> Sem r () Source #

Execute a sequence of characters in normal mode that may not trigger mappings.