home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / doc / jove.qref < prev    next >
Text File  |  1996-09-28  |  6KB  |  131 lines

  1.                     JOVE Command Quick Reference Guide
  2.  
  3. --- HELP
  4. apropos                    describe-bindings            describe-command    ESC ?
  5. describe-key        ^X ?        describe-variable            execute-named-command    ESC X
  6.  
  7.  
  8. --- MOVING AROUND
  9. backward-character    ^B        backward-list        ESC ^P        backward-paragraph    ESC [
  10. backward-s-expression    ESC ^B        backward-sentence    ESC A        backward-up-list    ESC ^U
  11. backward-word        ESC B        beginning-of-file    ESC <        beginning-of-line    ^A
  12. beginning-of-window    ESC ,        current-error                down-list        ESC ^D
  13. end-of-file        ESC >        end-of-line        ^E        end-of-window        ESC .
  14. find-tag        ^X T        find-tag-at-point            first-non-blank        ESC M
  15. forward-character    ^F        forward-list        ESC ^N        forward-paragraph    ESC ]
  16. forward-s-expression    ESC ^F        forward-sentence    ESC E        forward-word        ESC F
  17. goto-line        ESC G        next-error        ^X ^N        next-line        ^N
  18. next-page        ^V        previous-error        ^X ^P        previous-line        ^P
  19. previous-page        ESC V        window-find-tag        ^X 4 t
  20.  
  21. --- INSERTING AND DELETING
  22. delete-blank-lines    ^X ^O        delete-next-char    ^D        delete-previous-char    ^H (DEL)
  23. delete-white-space    ESC \        erase-buffer                handle-tab        ^I (TAB)
  24. kill-next-word        ESC D        kill-next-word        ESC d        kill-previous-word    ESC ^?
  25. kill-s-expression    ESC ^K        kill-to-beginning-of-se    ^X ^?        kill-to-end-of-line    ^K
  26. kill-to-end-of-sentence    ESC K        newline            ^M (RETURN)    newline-and-backup    ^O
  27. newline-and-indent    ^J        over-write-mode                quoted-insert        ^^
  28.  
  29.  
  30. --- SEARCH AND REPLACE
  31. find-tag        ^X T        find-tag-at-point            i-search-forward
  32. i-search-reverse            query-replace-string    ESC Q        replace-in-region
  33. replace-string        ESC R        search-forward        ^\        search-reverse        ^R
  34. window-find-tag        ^X 4 t
  35.  
  36. --- MARKS AND REGIONS
  37. append-region                append-region                case-region-lower
  38. case-region-upper            copy-region        ESC W        exchange-point-and-mark    ^X ^X
  39. filter-region                kill-region        ^W        replace-in-region
  40. set-mark        ^@ (^SPACE)    write-region                yank            ^Y
  41. yank-pop        ESC Y
  42.  
  43. --- TEXT PROCESSING
  44. auto-fill-mode                bind-macro-to-word-abbr            case-character-capitali
  45. case-region-lower            case-region-upper            case-word-capitalize    ESC C
  46. case-word-lower        ESC L        case-word-upper        ESC U        current-error
  47. define-global-word-abbr            define-mode-word-abbrev            edit-word-abbrevs
  48. fill-paragraph        ESC J        fill-region                left-margin-here
  49. next-error        ^X ^N        over-write-mode                parse-spelling-errors-i
  50. previous-error        ^X ^P        read-word-abbrev-file            right-margin-here
  51. spell-buffer                text-mode                transpose-characters    ^T
  52. transpose-lines        ^X ^T        visible-spaces-in-windo            word-abbrev-mode
  53. write-word-abbrev-file
  54.  
  55. --- DISPLAY AND WINDOWS
  56. clear-and-redraw    ESC ^L        delete-current-window    ^X D        delete-current-window    ^X d
  57. delete-other-windows    ^X 1        grow-window        ^X ^        next-window        ^X N
  58. number-lines-in-window            page-next-window    ESC ^V        previous-window        ^X P
  59. redraw-display        ^L        scroll-down        ESC Z        scroll-up        ^Z
  60. shrink-window                split-current-window    ^X 2        window-find-buffer    ^X 4 b
  61. window-find-file    ^X 4 f        window-find-tag        ^X 4 t
  62.  
  63. --- FILES AND BUFFERS
  64. append-region                append-region                buffer-position
  65. delete-buffer        ^X K        delete-buffer        ^X k        erase-buffer
  66. find-file        ^X ^F        insert-file        ^X ^I        kill-buffer        ^X K
  67. list-buffers        ^X ^B        make-buffer-unmodified    ESC ~        read-macros-from-file
  68. read-word-abbrev-file            rename-buffer                save-file        ^X ^\
  69. save-file        ^X ^S        select-buffer        ^X B        select-existing-buffer    ^X B
  70. spell-buffer                visit-file        ^X ^V        visit-file        ^X ^R
  71. window-find-buffer    ^X 4 b        window-find-file    ^X 4 f        write-file        ^X ^W
  72. write-macros-to-file            write-modified-files    ^X ^M        write-region
  73. write-word-abbrev-file
  74.  
  75. --- DIRECTORIES
  76. cd                    dirs                    popd
  77. pushd                    pwd
  78.  
  79.  
  80. --- PROGRAMMERS
  81. auto-indent-mode            backward-s-expression    ESC ^B        c-mode
  82. compile-it(make)    ^X ^E        current-error                fill-comment
  83. forward-s-expression    ESC ^F        grind-s-expr                kill-s-expression    ESC ^K
  84. lisp-mode                next-error        ^X ^N        number-lines-in-window
  85. paren-flash        ),],}        parse-errors                parse-special-errors
  86. previous-error        ^X ^P        show-match-mode                string-length
  87. visible-spaces-in-windo
  88.  
  89. --- REPEAT
  90. digit            ESC -        digit            ESC [0-9]    gather-numeric-argument    ^U
  91.  
  92.  
  93. --- MACROS
  94. delete-macro                execute-keyboard-macro    ^X E        make-macro-interactive
  95. make-macro-interactive    ESC I        read-macros-from-file            begin-kbd-macro    ^X (
  96. end-kbd-macro        ^X )        write-macros-to-file
  97.  
  98. --- SHELL
  99. exit-jove        ^X ^C        i-shell-command                pause-jove        ESC S
  100. pause-jove        ESC s        push-shell                shell
  101. shell-command        ^X !        shell-command-to-buffer            suspend-jove
  102.  
  103.  
  104. --- PROCESSES
  105. eof-process                interrupt-process    ^C        kill-process
  106. list-processes                process-bind-to-key            process-newline        ^M (RETURN)
  107. process-send-data-no-re            quit-process                stop-process
  108.  
  109.  
  110. --- MISCELLANEOUS
  111. auto-execute-command            auto-execute-macro            bind-macro-to-key
  112. bind-macro-to-word-abbr            bind-to-key                character-to-octal-inse
  113. date                    execute-extended-comman    ESC X        fundamental-mode
  114. print                    recursive-edit                ring-the-bell(ABORT)    ^G
  115. set                    source                    version
  116.  
  117. --- VARIABLES
  118. allow-^S-and-^Q                allow-bad-characters-in-filenames    auto-case-abbrev
  119. bad-filename-extensions            c-indentation-increment            case-ignore-search
  120. comment-format                display-filenames-with-bad-extensions    disable-biff
  121. error-window-size            file-creation-mode            files-should-end-with-newline
  122. left-margin                mailbox                    mail-check-frequency
  123. make-backup-files            mark-threshold                match-regular-expression
  124. meta-key                mode-line                mode-line-should-standout
  125. paren-flash-delay            process-prompt                interrupt-character
  126. right-margin                scroll-step                search-exit-char
  127. send-typeout-to-buffer            shell                    shell-flags
  128. sync-frequency                tab-width                tag-file
  129. tmp-file-pathname            update-time-frequency            use-i/d-char
  130. visible-bell                wrap-search                write-files-on-make
  131.