-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
very slow with large command #520
Comments
Have you checked |
ah, you already implemented this! After setting line_limit_type to editor and lowering the limit, I am redirected into vim when I paste a large command. However, I'm also redirected into vim when I press the up arrow, and then if I |
I think in a perfect world, the behavior when cycling through command history using up/down arrows would be something like:
|
I doubt it would give a natural and consistent user experience. I'd rather suggest setting |
Oh, you've really thought of everything. Since the UX when |
Wouldn't just adding a note in the description of |
There's a significant delay between when I press a key and when I see a character appear on screen. It seems that adding an open parentheses to the front really grinds BLE to a halt.
It seems to me like the solution is for me to open a proper editor with
<ctrl+x><ctrl+e>
before I want to paste a big command. If this problem is commonplace, would it make sense to add a feature for BLE to detect large inputs and do this automatically?The text was updated successfully, but these errors were encountered: