Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haya14busa/vim-easyoperator-phrase
- Owner: haya14busa
- Created: 2014-01-31T07:04:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T19:55:36.000Z (over 10 years ago)
- Last Synced: 2024-10-04T12:55:23.317Z (about 2 months ago)
- Language: VimL
- Homepage:
- Size: 156 KB
- Stars: 25
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.0https://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