Skip to content

majkinetor/unite-cmdmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Vim unite plugin that provides command line completition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published