## Vim mode - [x] Visual mode (`v`, `V`) - [x] Yank and put (`y`, `p`, `P`, `yy`, `yw`) - [ ] Undo/redo (`u`, `Ctrl+r`) - [ ] delete + motion (d0, d$, etc.) - [x] Copy mode for output buffer (prefix + v) - [ ] Text objects (`ciw`, `ci"`, `daw`, `di(`, etc.) - [ ] Count prefix (`2w`, `3j`, `5dd`, `d2j`, etc.) - [x] Find character (`f`, `F`, `t`, `T`, `;`, `,`) - [ ] Operator + find composition (`df`, `dF`, `cf`, `cF`) - [x] Replace (R) - [ ] Search (`/`, `n`, `N`) - [x] Status bar showing pending operator (e.g. `d...`) ## Other - [ ] Prompt caching from https://github.com/anomalyco/opencode/pull/5422
Vim mode
v,V)y,p,P,yy,yw)u,Ctrl+r)ciw,ci",daw,di(, etc.)2w,3j,5dd,d2j, etc.)f,F,t,T,;,,)df,dF,cf,cF)/,n,N)d...)Other