Skip to content

Commit 7c34eed

Browse files
committed
Added readme for github.
1 parent b15b3c8 commit 7c34eed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## textobj-word-column.vim
2+
3+
The word-based column text-object makes operating on columns of code
4+
conceptually simpler and reduces keystrokes.
5+
6+
The common task of deleting, changing, or adding to a vertical column of code
7+
can be achieved using visual-blocks, however the first step is to establish
8+
the visual block itself. This typically involves moving the cursor to the
9+
start of the block, and then using vim motions to move the cursor to the end of
10+
the block, and finally doing the appropriate operation.
11+
12+
With a text object for columns, establishing the visual block is much easer,
13+
and even unecessary for certain operations.
14+
15+
### Learn more in the include docs:
16+
17+
https://github.com/coderifous/textobj-word-column.vim/blob/master/doc/textobj-word-column.txt

0 commit comments

Comments
 (0)