zoukankan      html  css  js  c++  java
  • dos下edit编辑器的快捷命令一览

    Home Move cursor to the beginning of the line currently on.
    End Move cursor to the end of the line currently on.
    Ctrl + Up Scroll up one line.
    Ctrl + Down Scroll down one line.
    PageUp Scroll up one screen.
    PageDown Scroll down one screen.
    Ctrl + PageUp Scroll left one screen.
    Ctrl + PageDown Scroll right one screen.
    Ctrl + Home Scroll to the top of the document.
    Ctrl + End Scroll to the bottom of the document.
    Ctrl + Left Move left one word.
    Ctrl + Right Move right one word.
    Enter Starts a new line or moves text after cursor down.
    Delete (Del) Deletes one character that cursor is on or currently selected text.
    Backspace Deletes one character before the cursor.
    Tab Moves cursor or text to next tab stop, or indents line if at first character.
    Insert Switch between insert and overwrite modes.
    Ctrl + Y Deletes the current line.
    Ctrl + V Pastes contents currently within buffer, if any.
    Ctrl + P Allows special characters to be inserted into Edit.
    Shift Using shift in combination with any of the above scrolling or moving commands will highlight text, such as Ctrl + Shift + Right.
    Ctrl + C Copies currently selected text into buffer.
    Ctrl + X Cuts the currently selected text into buffer.
    Shift + Tab Removes indents on the selected line.
    Ctrl + Q + F Find text.
    Ctrl + Q + A Find and replace text.
    F3 Repeat last search.
    F6 Switch to the next edit window, if any.
    Ctrl + F6 Open new edit window.
    Ctrl + F4 Closes second edit window.
    Ctrl + F8 Resizes edit window.
    F1 Displays help.

    from:  http://www.computerhope.com/edithlp.htm

  • 相关阅读:
    BZOJ 1057 悬线法求最大01矩阵
    POJ 2248
    SPOJ
    51NOD
    2017-2018 ACM-ICPC, NEERC, Moscow Subregional Contest J. Judging the Trick
    POJ 1379 模拟退火
    POJ 2420 模拟退火
    Frontend 事后诸葛亮
    【Frontend】Alpha Review 展示博客
    ASE19 团队项目 alpha 阶段 Frontend 组 scrum5 记录
  • 原文地址:https://www.cnblogs.com/hhh5460/p/4462660.html
Copyright © 2011-2022 走看看