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          删除光标后一个字符

  • 相关阅读:
    Java8新特性一览表
    FastDFS 单机部署指南
    EntityManager的Clear方法的使用
    元类
    python中的函数的分类
    python中的多任务
    正则表达式
    GIL和copy
    文件管理
    logging日志模块配置
  • 原文地址:https://www.cnblogs.com/weiyinfu/p/5021498.html
Copyright © 2011-2022 走看看