We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use bash vi mode. When my muscle memory types k, I expect the cursor to be at the beginning of the line, not the end.
Is there an existing option for this? If not, I would like to have it added.
The text was updated successfully, but these errors were encountered:
No, I think bleopt history_preserve_point can be extended to support it.
bleopt history_preserve_point
Currently, it accepts an empty or non-empty string, but it can intead accept preserve, begin, end, auto, etc. The option name should also be changed.
preserve
begin
end
auto
Sorry, something went wrong.
I added bleopt history_default_point in commit 37291ff. You can update ble.sh by running ble-update and use the following setting:
bleopt history_default_point
ble.sh
ble-update
# blerc bleopt history_default_point=begin
@miltieIV2 Could you check the behavior?
No branches or pull requests
I use bash vi mode.
When my muscle memory types k, I expect the cursor to be at the beginning of the line, not the end.
Is there an existing option for this? If not, I would like to have it added.
The text was updated successfully, but these errors were encountered: