home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
001-099
/
ff022.lzh
/
Pemacs
/
memacs.cmds
< prev
next >
Wrap
Text File
|
1986-05-10
|
4KB
|
82 lines
Memacs Command Summary
<ctrl-@> Set Mark at current position.
<ctrl-A> Move cursor to beginning of line.
<ctrl-B> Move cursor BACK one character.
<ctrl-C> Push to a new interactive command shell.
<ctrl-D> DELETE current character.
<ctrl-E> Move cursor to END of line.
<ctrl-F> Move cursor FORWARD one character.
<ctrl-G> Abort any command. (shades of Teco).
<ctrl-H> (backspace) delete previous character.
<ctrl-K> KILL (delete) to end of line.
<ctrl-L> Redisplay screen.
<ctrl-N> Move cursor to NEXT line.
<ctrl-O> OPEN a new line.
<ctrl-P> Move to PREVIOUS line.
<ctrl-Q> QUOTE the next character (insert the next character typed).
<ctrl-R> REVERSE Search.
<ctrl-S> Forward SEARCH.
<ctrl-T> TRANSPOSE characters.
<ctrl-U> Enter repeat count for next command.
<ctrl-V> VIEW the next screen (scroll up one screen).
<ctrl-W> Kill region (all text between cursor and last mark set).
<ctrl-Y> YANK (undelete) last text killed (deleted).
<ctrl-Z> Save file in current buffer and exit.
<ctrl-X>( Begin keyboard Macro.
<ctrl-X>) End keyboard Macro.
<ctrl-X>1 Display only current window.
<ctrl-X>2 Split the current window.
<ctrl-X>B Prompt for new BUFFER.
<ctrl-X>E EXECUTE keyborad Macro.
<ctrl-X>K KILL a buffer.
<ctrl-X>N Move to NEXT window.
<ctrl-X>P Move to PREVIOUS window.
<ctrl-X>T Toggle word wrap.
<ctrl-X>Z Enlarge current window by repete count <ctrl-U> lines.
<ctrl-X><ctrl-B> Show active BUFFERS.
<ctrl-X><ctrl-C> Exit without saving buffers.
<ctrl-X><ctrl-F> FIND file. ?non-working?
<ctrl-X><ctrl-N> Scroll current window up by repete count lines.
<ctrl-X><ctrl-P> Scroll current window up by repete count lines.
<ctrl-X><ctrl-R> READ file into current buffer.
<ctrl-X><ctrl-S> SAVE (write) current buffer into its file.
<ctrl-X><ctrl-V> VISIT a file. Read file and display in current window.
<ctrl-X><ctrl-W> WRITE buffer to file.
<ctrl-X><ctrl-X> SWAP point and mark.
<ctrl-X><ctrl-Z> Reduce current window by repete count lines.
<del> delete previous character.
<esc>! Move current line to repeat count lines from top of window.
<esc>% Query Replace.
<esc>> Move cursor to end of buffer.
<esc>< Move cursor to beginning of buffer.
<esc>B Move cursor BACK one word.
<esc>C CAPITALIZE (Capitalize) word.
<esc>D DELETE next word.
<esc><del> DELETE previous word.
<esc>F Move cursor FORWARD one word.
<esc>L LOWERCASE (lowercase) next word.
<esc>Q PARAGRAPH FILL.
<esc>U UPPERCASE (UPPERCASE) next word.
<esc>V VIEW the previous screen (scroll down one screen).
<esc>W COPY REGION
Left Mouse Button = Move memacs cursor to mouse pointer.
Right Mouse Button = Select from menu or move mark to mouse pointer.
Both Mouse Buttons = Delete previous character.
F1 = Visit file /F1 = Save current file
F2 = Select Buffer /F2 = List current buffers
F3 = Select Next Window /F3 = Select Previous Window
F4 = Split current window /F4 = Display only current window
F5 = Reduce window size by count /F5 = Increase size by count
F6 = Scroll window up 1 line /F6 = Scroll window down 1 line
F7 = Statistics/current line /F7 = Move current line to count line
F8 = Open new line /F8 = Kill line
F9 = Execute KB macro /F9 = Swap mark and current location
F10 = Save and exit /F10 = Quit without saving