http:^^www.cs.washington.edu^education^courses^341^spring96^help^emacs.clip.html
来自「This data set contains WWW-pages collect」· HTML 代码 · 共 173 行
HTML
173 行
Date: Wed, 08 Jan 1997 21:30:23 GMTServer: NCSA/1.4.2Content-type: text/html<html><head><title>Emacs Clip 'n' Save</title></head><body><h1>Emacs Clip 'n' Save</h1><hr><h3>Cancelling and Exiting</h3><ul><b>C-g</b> -- Cancel command<br><b>C-x C-c</b> -- Exit emacs<p></ul><h3>Using Files</h3><ul><b>C-x C-f</b> -- Find (load/create) file<br><b>C-x C-s</b> -- Save file<br><b>C-x C-w</b> -- Write file (under a new name)<p></ul><h3>Moving Around</h3><ul><b>arrow keys</b> -- Move cursor<br><b>C-f</b> -- Forward one character<br><b>C-b</b> -- Back one character<br><b>C-p</b> -- Previous line<br><b>C-n</b> -- Next line<br><p><b>C-a</b> -- Start of line<br><b>C-e</b> -- End of line<br><p><b>C-<</b> -- Beginning of buffer<br><b>C-></b> -- End of buffer<br><b>C-v</b> -- Down a screen<br><b>M-v</b> -- Up a screen<br><p><b>C-{</b> -- Back one paragraph<br><b>C-}</b> -- Forward one paragraph<br><b>M-a</b> -- Back one sentence<br><b>M-e</b> -- Forward one sentence<br><b>M-b</b> -- back one word (or <b>M-left</b>)<br><b>M-f</b> -- forward one word (or <b>M-right</b>)<br><p></ul><h3>Marking a Region</h3><ul><b>Click & Drag the mouse</b> -- The easiest way to mark a region<br><b>C-SPACE</b> -- Set the Mark (the region extends from there to the cursor)<br><p></ul><h3>Cutting, Copying, Pasting</h3><ul><b>C-k</b> -- Kill to end of line<br><b>C-w</b> -- Wipe out region<br><b>C-y</b> -- Paste text<br><b>M-w</b> -- Copy<br><p></ul><h3>Undo</h3><ul><b>C-x u</b> -- Undo last action<br><p></ul><h3>Buffers</h3><ul><b>C-x 2</b> -- split buffer vertically<br><b>C-x 3</b> -- split buffer horizontally<br><b>C-x 1</b> -- make current buffer big<br><b>C-x 0</b> -- hide current buffer<br><p><b>C-x C-b</b> -- list buffers<br><b>C-x b</b> -- switch to buffer<br><p><b>C-x k</b> -- kill buffer<br><p></ul><h3>Search/Replace</h3><ul><b>C-s</b> -- search forwards<br><b>C-r</b> -- reverse search<br><p><b>M-x replace-string</b> -- replace string<br><b>M-x query-replace</b> -- replace string with query<br></ul><h3>Help</h3><ul><b>C-h a</b> -- apropos<br><b>C-h ?</b> -- list help options<br><b>C-h f</b> -- describe function<br><b>C-h k</b> -- explain key<br><b>C-h m</b> -- describe current mode<br></ul><hr><address>Shamelessly stolen from cse341 Winter '96 <P>cse341-webmaster@cs.washington.edu</i>(Last update: <!-- see man strftime for full formatting options--> 03/22/96 at 02PM)<i></address></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?