Chinaunix首页 | 论坛 | 博客
  • 博客访问: 226460
  • 博文数量: 70
  • 博客积分: 3010
  • 博客等级: 中校
  • 技术积分: 650
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-24 14:33
文章分类

全部博文(70)

文章存档

2008年(70)

我的朋友

分类:

2008-03-24 17:34:02

说到编辑器的快捷键,VIM是无与伦比的。要反对,也得是带脚踏板的EmaCS。UE还是有差距的,很大差距。注意:VIM是开源、免费的,而UE则需要 注册。UE是Windows下最好的编辑器——如果没有GVIM和Emacs的话。而VIM和Emacs则是任何操作系统下最好的编辑器。
198 自动换行 CTRL + W
199 插入当前日期/时间 F7
200 找到匹配的括号 (,[,{ or },],) CTRL + B
201 段落重新格式化 CTRL + T
202 Tag 列表 CTRL + F8
203 转换所选文字为小写 CTRL + F5
204 转换所选文字为大写 Alt + F5
205 激活拼写检查 CTRL + K
206 切换列/块模式 ALT + C
207 设定书签 CTRL + F2
208 转到下一书签 F2
209 插入用户定义的模板 Alt+0-9 or Shift+Alt+0-9
210 上滚一行,光标不变 CTRL + Up
211 下滚一行,光标不变 CTRL + Down
212 显示函数列表 F8
213 到下一段 Alt + Right
214 到上一段 Alt + Left

Tip 1: 如何去掉所编辑文本中包含特定字符串的行? 
这则技巧是在UltraEdit的帮助文件里提到.CTRL+R 调出来替换(Replace)窗口,选中"使用正则表达式";然后用查找 %*你的字符串*^p 替换成空内容即可.如,我当前有个文本文件,需要去掉所有包含 这个字符串的行,查找 %**^p 替换成空即可.注意,^p 是
用的时候,下载相应的word file,复制出来,粘贴到d:Program Files\UltraEdit\WORDFILE.TXT,注意修改刚开始的/L1和你现有系统匹配。好像对xml.xsl的显示不是很好,不够准确
运行dos命令,直接得到结果
F9,会跳出来一个窗口,让你输入命令和工作目录。比如 dir c: 会列出来c盘的目录。如果你要给朋友发目录列表,除了从dos窗口复制过来,还可以用这个简单的方法。加上一下简单的列编辑。结 果就更好看了。
内置的ascii table
view/ascii table
有时候需要知道某个字母的ascii值,从这里就能查出来
!是33
A是65
。。。
内置的多个剪贴板 你点右键可以看到
clipboards,里面内置了10个剪贴板。按说windows的copy只能复制一个内容。如果你要复制多个内容,跟据不 同的情况进行粘贴,这10个剪贴板,应该够你用了。ctrl+0-9的数字键,是在剪贴板之间切换。比如 ctrl+1,然后copy了内容"a";ctrl+2,然后copy了内容"b" 你如果想paste a,就要先按1下ctrl+1再ctrl+v,要paste
b,就按一下ctrl+2再 ctrl+v。我有时候不小心更换了剪贴板,就奇怪从别的地方复制的东西粘贴不过来。这种情况要注意。

Ctrl+N
File New
Create a new document file
Ctrl+O
File Open
Open an existing document file
Ctrl+Q
File Quick Open
Open an existing document without showing File Open dialog
Ctrl+F4
File Close
Close an existing document file
Ctrl+S
File Save
Save the active document
F12
File Save As
Save the active document as a new file
Ctrl+P
File Print
Print the active document
Ctrl+X
Edit Cut
Cut text from the document into the clipboard
Ctrl+C
Edit Copy
Copy text from the document into the clipboard
Ctrl+V
Edit Paste
Paste text from the clipboard into the active document
Ctrl+0-9
Edit Select Clipboard
Select active clipboard
Ctrl+A
Edit Select All
Select All text in the active document
Ctrl+Z
Edit Undo
Undo the last action if possible
Ctrl+Y (previously Ctrl+A)
Edit Redo
Reverse the last Undo action if possible
Ctrl+J
Edit Select Word
Select the current word (same as double click)
Ctrl+E
Edit Delete Line
Delete line the cursor is on
Ctrl+F11
Edit Delete to Start of Line
Delete from the cursor to start of line
Ctrl+F12
Edit Delete to End of Line
Delete from the cursor to end of line
Ctrl+W
Toggle Word Wrap
Toggle Word Wrap on/off
F7
Edit Insert Time/Date
Insert time/date at cursor
Alt+F3 or Ctrl+F
Find
Find a character string
Ctrl+F3
Find Prev
Repeat last find toward beginning of file
F3
Find Next
Repeat last find toward end of file
Ctrl+B
Match Brace
Find matching brace (,[,{ or },],)
Ctrl+R
Replace
Find and replace a character string with another
Ctrl+G
Goto
Goto the specified line (or HEX address)
Ctrl+U
File Tree View
Toggle File Tree View
Ctrl+F8
Tag List
Toggle Tag List
Ctrl+T
Reformat Paragraph
Reformat the current paragraph or selected text
Ctrl+F5
Format To Lower
Convert selected text to lower case
ALT+F5
Format To Upper
Convert selected text to Upper case
F5
Format Capitalize
Capitalize first character of each word in selected text
Shift+F5
Format Invert Case
Invert case of all characters in selected text
Ctrl+K
Edit Spell Check
Invoke the spelling checker
ALT+C
Column Mode
Toggle column/block mode on and off
Ctrl+Backspace
Delete previous word
Delete the word preceding the cursor
Ctrl+Delete
Delete next word
Delete the word following the cursor
Ctrl+I
Insert Literal Character
Insert a literal character at the cursor position
INS
Insert/Overstrike Mode
Toggle between Insert and Overstrike mode
Ctrl+H
HEX Edit
Toggle HEX editing mode
Ctrl+D
HEX Insert/Delete
Insert or delete characters in HEX editing mode
Ctrl+F2
Set Bookmark
Toggle bookmark on and off
F2
Goto Bookmark
Goto next bookmark
Ctrl+M
Macro Play
Replay a macro
Ctrl+L
Macro Play Multiple Times
Replay a macro the specified number of times
Ctrl+F6
Next Window
Make the next document window active
Ctrl+Shift+F6
Previous Window
Make the previous document window active
Alt+F4
Exit UltraEdit
Exit UltraEdit
Alt+0-9 or Shift+Alt+0 - 9
Insert Template
Insert user defined template
F9
DOS Command
Run DOS Window command
Ctrl+F9
Last DOS Command
Repeat last DOS Window command
F10
Execute Window Program
Execute Windows Program
Ctrl+Shift+A
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+A (Caps Lock on)
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+O
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+O (Caps Lock on)
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+U
Inserts ü character
(As ANSI or ASCII based on the font)
Ctrl+Shift+U (Caps Lock on)
Inserts ü character
(As ANSI or ASCII based on the font)
Ctrl+Shift+S
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Shift+S (Caps Lock on)
Inserts ? character
(As ANSI or ASCII based on the font)
Ctrl+Up
Scroll Up
Scroll up one line keeping cursor in view
Ctrl+Down
Scroll Down
Scroll down one line keeping cursor in view
F4
Change Focus
Toggle focus between active file and Tree View if shown
F8
Display Function List
Display Function List
Alt+Right
Next Paragraph
Position cursor at first not space character of next paragraph
Alt+Left
Previous Paragraph
Position cursor at first not space character of current paragraph (if positioned mid-paragraph) or previous paragraph
Alt+Page Up
Top of Window
Position cursor beginning of first line in of the display
Alt+Page Down
Bottom of Window
Position cursor beginning of last line in of the display
Alt+'-' (Numeric Keypad '-' only)
Scroll to Top
Position line with cursor at top of window
Alt+'+' (Numeric Keypad '+' only)
Scroll to Bottom
Position line with cursor at bottom of window
Alt+'center' or Alt+"*" (Numeric Keypad '*' only)
Scroll to Center
Position line with cursor at center of windo
Ctrl+'1' (Numeric Keypad '1' only)
End of previous word
Position the cursor at the end of the previous word
Ctrl+'2' (Numeric Keypad '2' only)
End of next word
Position the cursor at the end of the next word
阅读(1204) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~