summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-03 19:50:31 +0200
committerKujtim Hoxha <[email protected]>2025-04-03 19:50:31 +0200
commit49b593d9ddbe278358b30dcde444932172bea615 (patch)
treedbe6c779ca4932ff369f3684dbefd3e0e599e0fd /README.md
parent230917bbbf5fa2cbdb37f298554889a7a5233744 (diff)
downloadopencode-49b593d9ddbe278358b30dcde444932172bea615.tar.gz
opencode-49b593d9ddbe278358b30dcde444932172bea615.zip
small fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7595a68b5..c11898ef9 100644
--- a/README.md
+++ b/README.md
@@ -50,12 +50,28 @@ termai -d
### Keyboard Shortcuts
+#### Global Shortcuts
+- `?`: Toggle help panel
+- `Ctrl+C` or `q`: Quit application
- `L`: View logs
+- `Backspace`: Go back to previous page
+- `Esc`: Close current view/dialog or return to normal mode
+
+#### Session Management
- `N`: Create new session
-- `Esc`: Close current view
-- `Backspace`: Go back
-- `Ctrl+C` or `q`: Quit
-- `?`: Toggle help
+- `Enter` or `Space`: Select session (in sessions list)
+
+#### Editor Shortcuts (Vim-like)
+- `i`: Enter insert mode
+- `Esc`: Enter normal mode
+- `v`: Enter visual mode
+- `V`: Enter visual line mode
+- `Enter`: Send message (in normal mode)
+- `Ctrl+S`: Send message (in insert mode)
+
+#### Navigation
+- Arrow keys: Navigate through lists and content
+- Page Up/Down: Scroll through content
## Architecture