Skip to content

Commit 4f4efdb

Browse files
committed
Pi agent keybindings notesOC
1 parent cc02ec3 commit 4f4efdb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ai/pi-coding-agent.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Install the Pi coding agent
22

3+
Install
34
```bash
45
bun install -g @mariozechner/pi-coding-agent
56
```
67

8+
Configure Ghostty key bindings (in Ghostty press cmd+,)
9+
```
10+
## Add to ghostty config
11+
keybind = alt+backspace=text:\x1b\x7f
12+
keybind = shift+enter=text:\n
13+
```
14+
715
More details on the project found here:
816
* https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent
17+
18+
For installing `Bun` see:
19+
* `../nodejs/bun.md`

0 commit comments

Comments
 (0)