summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-13 14:37:05 +0200
committerKujtim Hoxha <[email protected]>2025-04-21 13:41:27 +0200
commitcdc5f209dccdc980714f2ca1aeb52133d6e93cce (patch)
tree02fe97994dfce7f2e842be7b4c5170f534220eee /README.md
parent3ad983db0f2c08826d56cb5de274d706c95b3353 (diff)
downloadopencode-cdc5f209dccdc980714f2ca1aeb52133d6e93cce.tar.gz
opencode-cdc5f209dccdc980714f2ca1aeb52133d6e93cce.zip
cleanup diff, cleanup agent
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index ebef72cad..23a1906a1 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ termai -d
### Keyboard Shortcuts
#### Global Shortcuts
+
- `?`: Toggle help panel
- `Ctrl+C` or `q`: Quit application
- `L`: View logs
@@ -60,10 +61,12 @@ termai -d
- `Esc`: Close current view/dialog or return to normal mode
#### Session Management
+
- `N`: Create new session
- `Enter` or `Space`: Select session (in sessions list)
#### Editor Shortcuts (Vim-like)
+
- `i`: Enter insert mode
- `Esc`: Enter normal mode
- `v`: Enter visual mode
@@ -72,6 +75,7 @@ termai -d
- `Ctrl+S`: Send message (in insert mode)
#### Navigation
+
- Arrow keys: Navigate through lists and content
- Page Up/Down: Scroll through content
@@ -112,16 +116,6 @@ go build -o termai
./termai
```
-### Important: Building the Diff Script
-
-Before building or running the application, you must first build the diff script by running:
-
-```bash
-go run cmd/diff/main.go
-```
-
-This command generates the necessary JavaScript file (`index.mjs`) used by the diff functionality in the application.
-
## Acknowledgments
TermAI builds upon the work of several open source projects and developers: