-
Notifications
You must be signed in to change notification settings - Fork 95
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
Split project into "bash-sensible" and "inputrc-sensible" #18
Comments
I'm a Unix as an IDE kinda guy -- I spend a lot of time manipulating files on the command line. As such, I have a heavily overridden Beyond the normal line-editing keys, I use readline as keyboard shortcuts. Duplicate common shifted (or distant) characters onto the home keys:
Shortcuts for common Unix filters (Alt upper-case letter):
Most of them end in Take the output of
How do you (ab)use readline? |
I second this. It doesn't have to be necessarily a separate project, having all the readline settings in a
https://ao2.it/en/blog/2012/11/23/autoexpanding-aliases-readline-story-suod Ciao, |
@flatcap Those key bindings look really cool, and I might even add them to my own |
I love the idea of this project and appreciate the great defaults it gives me. Thank you.
To make the project even better I propose to split the defaults into "bash-sensible and "inputrc-sensible" for two reasons:
~/.inputrc
(e.g. I haveset show-all-if-ambiguous off
in my.inputrc
which is overwritten by bash-sensible. Thus, I need to set it a second time in.bashrc
after loading bash-sensible.)The text was updated successfully, but these errors were encountered: