Skip to content

Commit 69c30da

Browse files
committed
Tweaked readme verbage.
1 parent 3e72b35 commit 69c30da

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ the visual block itself. This typically involves moving the cursor to the
1111
start of the block, and then using vim motions to move the cursor to the end of
1212
the block, and finally doing the appropriate operation.
1313

14-
With a text object for columns, establishing the visual block is much easer,
14+
With a text object for columns, establishing the visual block is much easier,
1515
and even unecessary for certain operations.
1616

17-
### Learn more in the include docs:
17+
### Usage
18+
19+
This plugin adds `ic`, `ac`, `iC`, and `aC` as text-objects. Use them in
20+
commands like `vic`, `cic`, and `daC`.
21+
22+
### Learn more in the plugin doc:
1823

1924
https://github.com/coderifous/textobj-word-column.vim/blob/master/doc/textobj-word-column.txt
2025

doc/textobj-word-column.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the visual block itself. This typically involves moving the cursor to the
2222
start of the block, and then using vim motions to move the cursor to the end of
2323
the block, and finally doing the appropriate operation.
2424

25-
With a text object for columns, establishing the visual block is much easer,
25+
With a text object for columns, establishing the visual block is much easier,
2626
and even unecessary for certain operations.
2727

2828
===============================================================================

0 commit comments

Comments
 (0)