We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library is missing many common vi mode commands that are implemented in readline/libedit.
Here are the ones that stood out most to me as I tried using a simple command prompt:
c<motion>
d<motion>
x
r
The text was updated successfully, but these errors were encountered:
Thanks, I will add it ASAP.
Sorry, something went wrong.
#22 support more vim shortcut
e967bfc
* c<motion>, d<motion> (change, delete) * x (delete character) * r (replace character)
chzyer#22 support more vim shortcut
480bf39
chzyer
No branches or pull requests
This library is missing many common vi mode commands that are implemented in readline/libedit.
Here are the ones that stood out most to me as I tried using a simple command prompt:
c<motion>
,d<motion>
(change, delete)x
(delete character)r
(replace character)The text was updated successfully, but these errors were encountered: