dos下edit编辑器的快捷命令一览

简介: Home Move cursor to the beginning of the line currently on. End Move cursor to the end of the line currently on.
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

 

目录
相关文章
|
8月前
常用DOS命令操作总结
以上所述为常用DOS命令操作,可以帮助用户在计算机操作系统中完成常见任务。这些命令的掌握和熟练运用能对于提高工作效率及解决一些常见问题有很大帮助。新手使用时可通过输入“command /?”(如:`ipconfig /?`)查看命令详细用法和参数说明。慢慢熟悉这些命令,你会发现它们在日常操作中具有很高的实用性。
284 20
|
Java Windows
JAVA 常用的 DOS 命令
【10月更文挑战第15天】DOS 命令是 Java 开发中不可或缺的工具,掌握这些命令可以提高开发效率和操作便利性。
235 63
|
9月前
|
搜索推荐
课时4:常用DOS命令
今天给大家带来分享是常用的DOS命令,以及如何使用命令,其主要分为以下七部分。 1.DIR 查看当前目录下的所有文件(夹) 2.CD 进入到指定的目录 3.“.”表示当前目录“..”表示上一级目录 4.方向键查看历史记录,tab 键自动补全命令 5.md 创建一个目录, RD 删除一个目录 6.del 删除一个文件, cls 清除屏幕 7.命令的语法
236 0
|
Windows
DOS 批处理 setlocal命令、endlocal命令详解
DOS 批处理 setlocal命令、endlocal命令详解
426 10
|
Windows
DOS 批处理 setlocal命令、endlocal命令详解
setlocal这是一个命令,它开始局部化环境更改,通常在批处理文件中使用,以确保在脚本中所做的任何环境更改(例如设置或修改环境变量)不会影响到调用此批处理的上下文或其他批处理文件
653 14
|
监控 JavaScript 前端开发
JAVA常用的DOS命令
JAVA常用的DOS命令
基本的Dos命令 在控制台如何进入某一个文件或者进入不同的盘符
这篇文章介绍了如何在Windows DOS命令行环境中进入不同盘符和文件夹,包括使用Win+R快捷键打开运行窗口、通过输入盘符加冒号(如"D:")切换到指定盘符、使用"cd"命令进入文件夹,以及一些基本的文件操作命令如"dir"查看文件和"del"删除文件等。
基本的Dos命令 在控制台如何进入某一个文件或者进入不同的盘符
|
开发工具
vim编辑器常用命令
vim编辑器常用命令
375 1
|
关系型数据库 MySQL Java
收藏了许久的(快捷键指定):win系统的dos命令
本文收集了一系列Windows系统中的DOS命令快捷键和实用技巧,包括打开系统属性、运行窗口、文件管理、锁定桌面、查看系统信息、配置系统启动模式、系统服务管理、注册表编辑、共享路径访问、环境变量设置、端口查看、文件操作等,旨在提高用户在使用Windows系统时的效率和便利性。
416 0