emacs列编辑
时间:2021-04-01 18:12:26
收藏:0
阅读:27
-
Enter rectangle mark mode with
C-x SPC -
Shrink or grow region by (This is going to select a rectangle):
2.1. Do
C-norC-pto expand the cursor to the next or previous lines respectively.2.2. You can now play with text selection by doing
C-f,C-b,M-f,M-b, etc. -
This selected rectangle region can be used to perform some actions like
- kill :
C-x r k - delete:
C-x r d - yank:
C-x r y(paste last killed rectangle at cursor position)
- kill :
原文:https://www.cnblogs.com/eiguleo/p/14606488.html
评论(0)