column mode in VIM
时间:2015-08-13 12:10:43
收藏:0
阅读:243
1. Move the cursor to the position where you want to operate.
2. Press CTRL + v into "visible" mode, select the column to operate on each row.
select multiple coulmns using left/right arrow
select multiple rows using up/down arrow
3. Enter SHIFT + i (I) to insert the contents which you want to input.
4. Press ESC twice, the inserted contents appear in selected areas of the each row.
select multiple coulmns using left/right arrow
select multiple rows using up/down arrow
3. Enter SHIFT + i (I) to insert the contents which you want to input.
4. Press ESC twice, the inserted contents appear in selected areas of the each row.
版权声明:本文为博主原创文章,未经博主允许不得转载。
原文:http://blog.csdn.net/quincyfang/article/details/47608569
评论(0)