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

  • 相关阅读:
    String 方法
    异常处理
    数组长度改变方法
    对象
    重载(函数)
    函数
    java基础(死循环退出选项)
    cookie的封装,获取,删除
    事件监听的理解
    JS少数兼容
  • 原文地址:https://www.cnblogs.com/weiyinfu/p/5021498.html
Copyright © 2011-2022 走看看