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

Liner should respect .inputrc semantics #120

Open
danielpops opened this issue Jun 25, 2019 · 0 comments
Open

Liner should respect .inputrc semantics #120

danielpops opened this issue Jun 25, 2019 · 0 comments

Comments

@danielpops
Copy link

If I have a .inputrc file active (e.g. set editing-mode vi to get vim bindings), liner should respect bash's .inputrc settings, similar to how python, mysql, etc. other shells behave.

Actual Behavior

vi bindings are not supported

Steps to Reproduce the Problem

Create a .inputrc in your home directory with the following contents:
set editing-mode vi
exec bash (or equivalent) to activate. Observe vi mode ability to e.g. switch between normal vs insert mode is respected
Use the liner. Observe vi mode ability to e.g. switch between normal vs insert mode is not respected

Additional Info

this occurs in bash on ubuntu xenial and osx mojave, with Terminal.app and iTerm2.app

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