https://github.com/maxmellon/vim-fzy-quick-cmd
A plugin to find user command by fzy within vim.
https://github.com/maxmellon/vim-fzy-quick-cmd
Last synced: 5 months ago
JSON representation
A plugin to find user command by fzy within vim.
- Host: GitHub
- URL: https://github.com/maxmellon/vim-fzy-quick-cmd
- Owner: MaxMEllon
- License: mit
- Created: 2018-06-16T07:49:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T12:53:34.000Z (about 8 years ago)
- Last Synced: 2025-02-13T17:15:08.869Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vim-fzy-quick-cmd

[](LICENSE)
(A demo to call [vim-fugitive](https://github.com/tpope/vim-fugitive) by vim-fzy-qucik-cmd.)

**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](https://github.com/Shougo/neobundle.vim) / [Vundle](https://github.com/gmarik/Vundle.vim) / [vim-plug](https://github.com/junegunn/vim-plug)
```vim
NeoBundle 'MaxMEllon/vim-fzy-quick-cmd'
Plugin 'MaxMEllon/vim-fzy-quick-cmd'
Plug 'MaxMEllon/vim-fzy-quick-cmd'
```
### Basic usage
```vim
:FzyQucikCmd
```
Following you write next config, if you want to bind any key.
```vim
nmap c (vim-fzy-quick-cmd_exec)
```
Auther
---
- MaxMEllon (https://github.com/MaxMEllon)
LICENSE
---
- MIT License