Term Mode
To switch between line and char mode in Term mode, use these commands:
- C-c C-j
- Switch to line mode (
term-line-mode). Do nothing if already in line mode. - C-c C-k
- Switch to char mode (
term-char-mode). Do nothing if already in char mode.
The following commands are only available in char mode:
- C-c C-c
- Send a literal
C-cto the sub-shell (term-interrupt-subjob). - C-c char
- This is equivalent to
C-x /char/in normal Emacs. For example,C-c oinvokes the global binding ofC-x o, which is normallyother-window.
Term mode has a page-at-a-time feature. When enabled, it makes output pause at the end of each screenful:
- C-c C-q
- Toggle the page-at-a-time feature (
term-pager-toggle). This command works in both line and char modes. When the feature is enabled, the mode-line displays the wordpage, and each time Term receives more than a screenful of output, it pauses and displays**MORE**in the mode-line. TypeSPCto display the next screenful of output, or?to see your other options. The interface is similar to themoreprogram.