hrsh7th / nvim-automa-poc

POC of plugin that will be called `nvim-automa`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-automa-poc

This repository is a POC that provides macro-like functionality using the new vim.on_key.

Usage

-- You can `dot-repeat` following key-sequences after setup.
-- `diwi*****<Esc>`
-- `i*****<Esc>` / `a*****<Esc>` / `o*****<Esc>` etc
-- `dd`
require('automa').setup {
  key = '.'
}

About

POC of plugin that will be called `nvim-automa`


Languages

Language:Lua 100.0%