Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/majkinetor/unite-cmdmatch
- Owner: majkinetor
- Created: 2014-01-10T00:36:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T11:03:17.000Z (about 10 years ago)
- Last Synced: 2023-08-09T18:12:08.990Z (over 1 year ago)
- Topics: plugin, vim, viml
- Language: VimL
- Size: 224 KB
- Stars: 10
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)