zoukankan      html  css  js  c++  java
  • Ubuntu Terminal Shortcut

    Not all of the shortcuts are useful.Only remeber the most useful.

    移动类
    Ctrl + a  - Jump to the start of the line  //跳到行首
    Ctrl + e  - Jump to the end of the line    //跳到行尾
    Alt  + b  - Move backward                  //向前移动(一个单词)
    Alt  + f  - Move forward                   //向后移动(一个单词)

    编辑类

    ctrl+shift+C copy

    ctrl+shif+V paste

    ctrl+; show the pasteboard


    Ctrl + u  - Delete backward from cursor     //删除操作(光标到行首)
    Ctrl + k  - Delete to EOL                   //删除操作(光标到行尾)
    Ctrl + w  - Delete word                     //删除操作(光标到字首)
    Ctrl + y  - Yank/Paste                      //粘贴操作

    Ctrl+l /clear     清屏
    Ctrl+h          删除光标前一个字符
    Ctrl+d          删除光标后一个字符

  • 相关阅读:
    使用JAVA API 解析ORC File
    spark Graph 的PregelAPI 理解和使用
    流程图引擎
    JMX
    Spring走向注解驱动编程
    java@ 注解原理与使用
    Maven打包SpringBoot
    Java根据实体快速生成对象
    VBA基础出发
    “嗝嗝老师”
  • 原文地址:https://www.cnblogs.com/weiyinfu/p/5021498.html
Copyright © 2011-2022 走看看