Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haya14busa/vim-easyoperator-phrase

Select, yank, paste, delete, or other operation of phrase.
https://github.com/haya14busa/vim-easyoperator-phrase

Last synced: 29 days ago
JSON representation

Select, yank, paste, delete, or other operation of phrase.

Awesome Lists containing this project

README

        

vim-easyoperator-phrase
=====
![vim-easyoperator-phrase](https://f.cloud.github.com/assets/3797062/2062838/6516547c-8ca1-11e3-97e2-8bdd932c6465.gif)

Require
-----
This plugin depends on the vim-easymotion plugin, version 2.0

https://github.com/Lokaltog/vim-easymotion

Introduction
-----
vim-easyoperator-phrase provides a much simpler way to use some operator for
phrase in Vim.

**Select, yank, paste, delete, or other operation of phrase.**

The idea of this plugin is based on supasorn's work on vim-easymotion

https://github.com/supasorn

Note: to promote good Vim habits, you should learn standard movement
commands like `}}, vi(, va(, %, ][, ]], [(, etc.` before resorting to
this function.

See :h easyoperator_phrase.txt for more detail