We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986b67c commit aa701f0Copy full SHA for aa701f0
1 file changed
README.md
@@ -21,8 +21,7 @@ opencode plugin opencode-vim@latest --global
21
| `h`, `j`, `k`, `l`, `w`, `b`, `e`, `$`, `0` | Move through the prompt |
22
| `x`, `d`, `c`, `y`, `p`, `u`, `<C-r>` | Edit, yank, paste, undo, redo |
23
| `v`, `V` | Visual and visual-line selection |
24
-| Counts and text objects | Examples: `3w`, `diw`, `ci"`, `yiq`, `dip`, `yib` |
25
-| Registers, marks, macros | Vim-style prompt-local state |
+| `3w`, `diw`, `ci"`, `yiq`, `dip`, `yib` | Counts and text objects |
26
| `<CR>` in normal mode | Submit the prompt |
27
| `/vim` | Toggle Vim mode on or off |
28
0 commit comments