Home > phrase.vim

phrase.vim

Phrase.vim is a project mainly written in Vim Script, it's free.

gather useful phrase, refer it whenever you want.

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3485

** Currently I only tested Linux and Mac OS X environment, so Windows is not supported ***

What is this?

phrase.vim support.

  • gather userful phrase to consolidated file
  • easily open that phrase file
  • view someone's phrase easily
  • search phrases with unite.vim interface.

I mainly use this plugin for gather useful phrase while reading source codes. Then recall that phrase when writing.

And intending to share several programming idiom socially.

Try

Create phrase directory. Copy phrase example file to that directory.

  $ mkdir $HOME/.vim/phrase/$USER
  $ cp example/* $HOME/.vim/phrase/$USER/

Show phrase then enter to jump to that title

  :PhraseEdit pl

Visually select text in buffer then create phrase from that text.

  :'<,'>PhraseCreate<CR>

If you have unite.vim :Unite phrase

Usage

See help

Sample phrases

Unite phrase search all phrase under directory in &rtp, means you can manage
phrase from others with vundle
or vim-pathogen.

  • t9md/phrase-t9md

Latest Version

http://github.com/t9md/vim-phrase

Previous:vim_etx