forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Vim mode
- Visual mode (
v,V) - Yank and put (
y,p,P,yy,yw) - Undo/redo (
u,Ctrl+r) - delete + motion (d0, d$, etc.)
- Copy mode for output buffer (prefix + v)
- Text objects (
ciw,ci",daw,di(, etc.) - Count prefix (
2w,3j,5dd,d2j, etc.) - Find character (
f,F,t,T,;,,) - Operator + find composition (
df,dF,cf,cF) - Replace (R)
- Search (
/,n,N) - Status bar showing pending operator (e.g.
d...)
Other
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels