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-line

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

Last synced: about 3 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

vim-easyoperator-line
=====
![vim-easyoperator-line](https://f.cloud.github.com/assets/3797062/2062696/cae50d36-8c9a-11e3-8dcb-3f4b8e9f164d.gif)

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

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

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

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

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_line.txt for more detail