Emacs Terminal
| Keybinding | Action |
|---|---|
| C-c C-j | Switch from character mode to line mode |
| C-c C-k | Switch from line mode back to character mode |
- How to switch input modes:
Notes:
Character mode (the default): Keys are sent directly to the terminal program running inside term mode. You interact with the shell/program as if you were in a regular terminal. Line mode: Keys are interpreted by Emacs first, so you can use normal Emacs editing commands. To switch between modes: