-
Notifications
You must be signed in to change notification settings - Fork 3
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
Latest fish master might make commandline sequencing easier #6
Comments
there are also a bunch of improvements to Vi mode (see CHANGELOG.rst) that might benefit fish-helix. I think we'll still need some changes to fish to make it easier to write such bindings. But such changes should be easy and not contentious |
@krobelus Thanks for the info and for the feedback!
You can accept autosuggestions in insert mode with Right Arrow key: many default fish bindings are still in place |
Completely untested but I think for the one-line case, Yeah right arrow should work for me, just would need to change habits (except on keyboards where it's not so easy to reach) I also use alt-e a lot, it even synchronizes the cursor position now though only for Vim/Kakoune |
Latest fish master includes
c3cd68dda (Process shell commands from bindings like regular char events, 2024-03-02)
a583fe723 ("commandline -f foo" to skip queue and execute immediately, 2024-04-08)
which should make the execution order more natural.
This should address the note in the readme
The second commit means that
commandline
synchronizes properly. I wonder if that breaks/improves anything; tests seem to pass still.The selection update after history search seems to be broken, I'll try to investigate.nevermind that also happens on 3.7.1Overall this project is impressive. One thing that seems missing is an insert-mode way to accept autosuggestions.
(I'm not sure if I'd use it, I'm used to kakoune bindings)
The text was updated successfully, but these errors were encountered: