Skip to content
New issue

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

Missing many common vi mode commands #22

Closed
cespare opened this issue Dec 16, 2015 · 1 comment
Closed

Missing many common vi mode commands #22

cespare opened this issue Dec 16, 2015 · 1 comment
Assignees

Comments

@cespare
Copy link

cespare commented Dec 16, 2015

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)
@chzyer
Copy link
Owner

chzyer commented Dec 16, 2015

Thanks, I will add it ASAP.

@chzyer chzyer self-assigned this Dec 16, 2015
chzyer added a commit that referenced this issue Feb 24, 2016
* c<motion>, d<motion> (change, delete)
* x (delete character)
* r (replace character)
lunixbochs pushed a commit to lunixbochs/readline that referenced this issue May 4, 2017
* c<motion>, d<motion> (change, delete)
* x (delete character)
* r (replace character)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants