1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/bundle/vim-easyoperator-line
2020-06-13 14:06:35 +08:00
..
autoload/easyoperator Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
doc Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
plugin/easyoperator Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
README.md Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00

vim-easyoperator-line

vim-easyoperator-line

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