ratheesh / textobj-word-column.vim

Adds text-objects for word-based columns in Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textobj-word-column.vim

Build Status

The word-based column text-object makes operating on columns of code conceptually simpler and reduces keystrokes.

textobj-word-column

The common task of deleting, changing, or adding to a vertical column of code can be achieved using visual-blocks, however the first step is to establish the visual block itself. This typically involves moving the cursor to the start of the block, and then using vim motions to move the cursor to the end of the block, and finally doing the appropriate operation.

With a text object for columns, establishing the visual block is much easier, and even unecessary for certain operations.

Usage

Note: I modified the key to ij, aj, iJ, aJ for personal use

This plugin adds ic, ac, iC, and aC as text-objects. Use them in commands like vic, cic, and daC.

This plugin requires the vim-textobj-user plugin.

Learn more in the plugin doc:

https://github.com/idbrii/textobj-word-column.vim/blob/master/doc/textobj-word-column.txt

About

Adds text-objects for word-based columns in Vim.


Languages

Language:Vim Script 100.0%