Skip to content

motobep/bind-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

bind-runner

A neovim plugin for binding custom commands to keystrokes and running them in a scratch buffer.

Installation

  • Install using your plugin manager (vim-plug in this example)
Plug 'nvim-lua/plenary.nvim' " dependency
Plug 'motobep/bind-runner'

Setup

  • In your vimrc
lua require('bind-runner')
  • In your init.lua
require('bind-runner')

Usage

Run :BindRunner in vim command line, enter your command and the desired key that will trigger the command.
If the key is not specified, <F5> is used as a default one.
Example:

BindRunner prompt
Command: echo hi
Key:
Default key is used: <F5>

Then hit the key to run your custom command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages