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 1 year 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T11:03:17.000Z (over 11 years ago)
- Last Synced: 2025-05-13T12:05:17.305Z (about 1 year ago)
- Topics: plugin, vim, viml
- Language: VimL
- Size: 224 KB
- Stars: 10
- Watchers: 4
- 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)
```
---
