Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/majkinetor/unite-cmdmatch

Vim unite plugin that provides command line completition
https://github.com/majkinetor/unite-cmdmatch

plugin vim viml

Last synced: about 8 hours ago
JSON representation

Vim unite plugin that provides command line completition

Awesome Lists containing this project

README

        

unite-cmdmatch
==============

This is [unite](https://github.com/Shougo/unite.vim) source that simulates command line completion. It cmaps one key, ``, which can be used while entering command to show completion list for the last word typed.

NOTE: This is a work in progress.

## Installation

```vim
"Easiest way
NeoBundle 'majkinetor/unite-cmdmatch'

" With dependency
NeoBundle 'majkinetor/unite-cmdmatch', { 'depends': 'Shougo/unite.vim' }

" With lazy loading and custom map
NeoBundleLazy 'majkinetor/unite-cmdmatch', { 'depends': 'Shougo/unite.vim', 'mappings' : [['c', '(unite_cmdmatch_complete)']] }
cm (unite_cmdmatch_complete)
```

---

![screenshot](http://s30.postimg.org/tbh1oqmlt/cmd_match.gif)