/unite-cmdmatch

Vim unite plugin that provides command line completition

Primary LanguageVim Script

unite-cmdmatch

This is unite source that simulates command line completion. It cmaps one key, <c-o>, which can be used while entering command to show completion list for the last word typed.

NOTE: This is a work in progress.

Installation

    "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', '<Plug>(unite_cmdmatch_complete)']] }
    cm <c-o> <Plug>(unite_cmdmatch_complete)

screenshot