An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# vim-fzy-quick-cmd

![Support Vim 8.0.0039 or above](https://img.shields.io/badge/support-Vim%208.0.0039%20or%20above-yellowgreen.svg?style=flat-square)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)

(A demo to call [vim-fugitive](https://github.com/tpope/vim-fugitive) by vim-fzy-qucik-cmd.)
![Demo with fugitive](https://raw.githubusercontent.com/MaxMEllon/demos/master/vim-fzy-quick-cmd/demo.gif)

**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