Skip to content

Commit af66529

Browse files
committed
what you can do with termional section
1 parent b601f34 commit af66529

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/13-Features/11-terminal.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Phoenix Code has a built-in terminal so you can run commands without leaving the
1111
1212
<VideoPlayer src="https://docs-images.phcode.dev/videos/terminal/terminal-workflow.mp4" />
1313

14+
## What you can do
15+
16+
A real terminal lives inside Phoenix Code now.
17+
18+
- **[Tabbed terminal](#tabs)** — open multiple shells at once, each with running-process info and friendly close prompts.
19+
- **Right-click** for Copy, Paste, and Clear.
20+
- **[Open in Integrated Terminal](#opening-the-terminal)** from any folder in the file tree.
21+
- **[Shift+Escape](#keyboard-shortcuts)** flips focus between editor and terminal; **F4** opens the panel and cycles between terminal tabs when multiple are open.
22+
- **[All keyboard shortcuts](#keyboard-shortcuts)** route to the terminal when it's focused — `Ctrl+L`, `Ctrl+K`, the works.
23+
1424
## Opening the Terminal
1525

1626
Open the terminal in any of these ways:
@@ -56,6 +66,6 @@ Selecting a shell sets it as the default and opens a new terminal with it right
5666

5767
| Action | Shortcut |
5868
|--------|----------|
59-
| Toggle terminal / cycle to next instance (when more than one is open) | `F4` |
69+
| Open terminal / cycle to next tab (when more than one is open) | `F4` |
6070
| Switch focus between editor and terminal | `Shift + Escape` |
6171
| Clear terminal buffer | `Ctrl/Cmd + K` |

0 commit comments

Comments
 (0)