全部博文(1293)
分类:
2012-02-02 17:32:43
1 文本选中
1.1 以行为单位选中
[code]
"V[/code]
按一下V,鼠标移动开始选中;再按一下V,撤消选中!
1.2 向右以字,向下以行为单位选中
[code]
"v
[/code]
按一下v,鼠标移动开始选中;
再按一下v,撤消选中!
2、删除
[code]
"d
[/code]
3、全选
[code]
"ggVG
[/code]
按gg撤消全选。
4、复制
[code]
"y
[/code]
按下 y后,进行复制
5、粘贴
[code]
"p
[/code]
按下 p后进行粘贴