博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dos下edit编辑器的快捷命令一览
阅读量:5962 次
发布时间:2019-06-19

本文共 1614 字,大约阅读时间需要 5 分钟。

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

 

本文转自罗兵博客园博客,原文链接:http://www.cnblogs.com/hhh5460/p/4462660.html
,如需转载请自行联系原作者
你可能感兴趣的文章
[原][osgearth]osgearthviewer读取earth文件,代码解析(earth文件读取的一帧)
查看>>
阿里百川码力APP监控 来了!
查看>>
使用dotenv管理环境变量
查看>>
温故js系列(11)-BOM
查看>>
Vuex学习
查看>>
bootstrap - navbar
查看>>
切图崽的自我修养-[ES6] 编程风格规范
查看>>
服务器迁移小记
查看>>
FastDFS存储服务器部署
查看>>
Android — 创建和修改 Fragment 的方法及相关注意事项
查看>>
swift基础之_swift调用OC/OC调用swift
查看>>
Devexpress 15.1.8 Breaking Changes
查看>>
Java B2B2C多用户商城 springcloud架构- common-service 项目构建过程(七)
查看>>
杨老师课堂之ArrayList集合常用方法解析
查看>>
ElasticSearch Client详解
查看>>
新零售讲堂之时代下的传统零售业,何去何从?
查看>>
c++读取和写入TXT文件的整理
查看>>
linux安全问答(1)
查看>>
mybatis update返回值的意义
查看>>
expdp 详解及实例
查看>>