-
Notifications
You must be signed in to change notification settings - Fork 726
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
Treat the prompt line like a regular buffer #801
Comments
I think this is a good idea, just to make sure that it's in insert mode by default and that escape closes the prompt, since this is now expected behaviour. |
Additionally, this could open up for new completion possibilities in the prompt and possibly remove some duplicatied functionality. The current insertion mode completion could be used in this one-line-high prompt buffer, and the completion logic could be moved to kakrc scripts instead of |
I am currently lookin into this one to see how much would need to be changed. Currently I have that the Probably also something related to how it is displayed, but I cannot find where the Prompt is drawn/displayed. In |
Hi,
Following the implementation of #800, I figured treating the prompt line just like any other buffer would allow applying different sets of bindings without having to hardcode them (emacs/vim bindings for instance).
The current implementation doesn't allow things like the following:
Cheers.
The text was updated successfully, but these errors were encountered: