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

Support inputrc #2515

Closed
loyalpartner opened this issue May 27, 2021 · 2 comments
Closed

Support inputrc #2515

loyalpartner opened this issue May 27, 2021 · 2 comments

Comments

@loyalpartner
Copy link

loyalpartner commented May 27, 2021

hi, thanks for your job, i really like this debug tool!

here i have a question, i'm a bash shell user,
i can use above config(~/.inputrc) bind key C-n to step command , this skill i really like it.

# keybind for python or python3
$if gdb
"\C-n": "step\C-m"
"\C-c": "continue\C-m"
"\C-r": "run\C-m"
$endif

when i try dlv, i try to bellow config, but it hasno effect, could you tell me how to do it?

# keybind for python or python3
$if dlv
"\C-n": "step\C-m"
"\C-c": "continue\C-m"
"\C-r": "run\C-m"
$endif
@aarzilli
Copy link
Member

AFAIK the line editor we use does not support inputrc peterh/liner#120

@aarzilli aarzilli changed the title how to bind hotkey to the commands? Support inputrc May 28, 2021
@loyalpartner
Copy link
Author

loyalpartner commented May 28, 2021

@aarzilli i got it, thanks for you reply!

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