Skip to content

MaxMEllon/vim-fzy-quick-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-fzy-quick-cmd

Support Vim 8.0.0039 or above MIT License

(A demo to call vim-fugitive by vim-fzy-qucik-cmd.) Demo with fugitive

A plugin to find user command by fzy within vim.

Requirements

  • Vim 8.0.0039 or above. (need has('lambda'))
  • fzy 0.8 or above.
  • Linux or macOS.

Usage

Insallation

Neobundle / Vundle / vim-plug

NeoBundle 'MaxMEllon/vim-fzy-quick-cmd'
Plugin 'MaxMEllon/vim-fzy-quick-cmd'
Plug 'MaxMEllon/vim-fzy-quick-cmd'

Basic usage

:FzyQucikCmd

Following you write next config, if you want to bind any key.

nmap <Leader>c <Plug>(vim-fzy-quick-cmd_exec)

Auther

LICENSE

  • MIT License

About

A plugin to find user command by fzy within vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published