File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments