You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
Commands such as dw, cb, dd, etc, have a prefix and a specifier. For example dw has the d (delete) prefix, and the w (word) specifier, meaning that we'd want to delete the next word. We could also have d} to delete the next paragraph, etc.
We should support such commands, that will get especially for yank/paste.
Commands such as
dw,cb,dd, etc, have a prefix and a specifier. For exampledwhas thed(delete) prefix, and thew(word) specifier, meaning that we'd want to delete the next word. We could also haved}to delete the next paragraph, etc.We should support such commands, that will get especially for yank/paste.