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

[Feature Request] Add more readline compatible keybinding feature. #2

Closed
9 tasks done
zw963 opened this issue Oct 8, 2022 · 4 comments
Closed
9 tasks done
Labels
enhancement New feature or request

Comments

@zw963
Copy link
Contributor

zw963 commented Oct 8, 2022

Following is most useful keybinding AFAIK.

You should be able to reproduce them in any linux/mac shell (e.g. konsole, iTerm2) use bash as shell.

Features

  • C-f → move cursor forward char
  • A-f → move cursor forward word
  • C-b → move cursor back forward char
  • A-b → move cursor back forward word
  • C-d → delete after char on cursor. (exit to REPL only no char in current line)
  • A-d → delete after word on cursor.
  • A-Backspace → delete before word on cursor.
  • C-k → delete to end of line
  • C-u → delete to beginning of line.
@I3oris I3oris added the enhancement New feature or request label Oct 8, 2022
@zw963
Copy link
Contributor Author

zw963 commented Oct 10, 2022

C-k, C-u seem like works well on my linux laptop, i marked as completed.

thank you.

@I3oris
Copy link
Owner

I3oris commented Oct 10, 2022

Thank you for making the list!, the others are coming soon :)

@I3oris
Copy link
Owner

I3oris commented Oct 11, 2022

Everything done!

@zw963
Copy link
Contributor Author

zw963 commented Oct 12, 2022

Everything done!

Cool, it works! maybe a new release?

@zw963 zw963 closed this as completed Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants