首页 > 系统服务 > 详细

emacs列编辑

时间:2021-04-01 18:12:26      阅读:24      评论:0      收藏:0      [点我收藏+]

 

  1. Enter rectangle mark mode with C-x SPC

  2. Shrink or grow region by (This is going to select a rectangle):

    2.1. Do C-n or C-p to expand the cursor to the next or previous lines respectively.

    2.2. You can now play with text selection by doing C-fC-bM-fM-b, etc.

  3. 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)

emacs列编辑

原文:https://www.cnblogs.com/eiguleo/p/14606488.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!