|
发表于 2009-9-8 15:00:21
|
显示全部楼层
光标的位置不同,具体看下面。- p Insert last deleted or yanked text after cursor.
- gp Same as p, but leave cursor at end of inserted text. {Vim}
- gP Same as P, but leave cursor at end of inserted text. {Vim}
- ]p Same as p, but match current indention. {Vim}
- [p Same as P, but match current indention. {Vim}
- P Insert last deleted or yanked text before cursor.
复制代码 |
|