Skip to content

zeiran/nvim-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NeoVim microplugin for keeping persistent list of frequently used commands (build, run, etc).

Installation

Plug 'zeiran/nvim-launchpad'
lua require'launchpad'.setup({key='F5'})

Usage

Global mappings (you can change base F5 in config):

  • F5 - Run last command
  • Ctrl-F5, Alt-F5 - Run alternative versions of last command
  • Shift-F5 - Open or create "launchpad" file with command list and show it in split window

Launchpad window mappings:

  • Enter - run current line as Lua command and close window
  • Shift-Enter - remember current line as 'last command' and close window
  • Ctrl-Enter, Alt-Enter - run current line as alternative Lua command and close window
  • Esc - close window

To implement alternative versions of command use MOD variable.

About

NeoVim microplugin for launching commands

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages