zoukankan      html  css  js  c++  java
  • Emacs 之列编辑模式

    Emacs 之 列编辑模式

    1 Emacs 下列编辑模式常用命令

    1. 先mark一个区域,要求起始位置和终止位置不在用一列
    2. 后续可选操作
      • C-x r k ;;剪切选中的列 kill-rectangle
      • C-x r o ;;在选中区域的插入空格 open-rectangle
      • C-x r t ;;将选中的区域替换为某个字符串 string-rectangle
      • C-x r y ;;粘贴通过 C-x r k 剪切的区域
      • C-x r c ;;清除选中的区域

    Author: dai

    Created: 2016-04-14 Thu 01:29

    Emacs 24.5.1 (Org mode 8.2.10)

    Validate

  • 相关阅读:
    ERP渠道管理添加验证和查询(二十二)
    SqlServer导入Excel数据
    WebApi帮助类
    SqlServer 递归查询树
    SqlServer查看表、存储过程、耗时查询、当前进程、开销较大的语句
    Excel上传找到错误数据类型
    索引Hint提示(INDEX Hint)
    SqlServer批量Sql一个表的数据导入到另一个数据
    SqlServer 游标
    JAVA运算符
  • 原文地址:https://www.cnblogs.com/daihanlong/p/5389528.html
Copyright © 2011-2022 走看看