dimcode 0.0.5-beta.28 → 0.0.5-beta.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/cli.mjs +377 -371
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,12 +106,12 @@ Type slash commands directly in the input field:
|
|
|
106
106
|
|
|
107
107
|
### Keyboard Shortcuts
|
|
108
108
|
|
|
109
|
-
| Shortcut | Action
|
|
110
|
-
| ------------- |
|
|
111
|
-
| `Ctrl+P` | Open command palette
|
|
109
|
+
| Shortcut | Action |
|
|
110
|
+
| ------------- | ------------------------------------------ |
|
|
111
|
+
| `Ctrl+P` | Open command palette |
|
|
112
112
|
| `Ctrl+C` | Clear input (if non-empty); otherwise exit |
|
|
113
|
-
| `Enter` | Send message
|
|
114
|
-
| `Shift+Enter` | New line in input
|
|
113
|
+
| `Enter` | Send message |
|
|
114
|
+
| `Shift+Enter` | New line in input |
|
|
115
115
|
|
|
116
116
|
### Input Tips
|
|
117
117
|
|