Skip to content
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

Config from stdin makes normal mode laggy #244

Closed
alanxoc3 opened this issue May 30, 2023 · 2 comments
Closed

Config from stdin makes normal mode laggy #244

alanxoc3 opened this issue May 30, 2023 · 2 comments

Comments

@alanxoc3
Copy link
Contributor

Here is my version:

> warpd --version               
warpd v1.3.5 (built from: 31192c3)

If I run this command, the "jkhl" keybindings in normal mode are laggy, (cursor jumps weirdly instead of smoothly moving)

echo | warpd -c - -f --oneshot

However, they are not laggy if I don't read from stdin:

echo > f.txt
warpd -c f.txt -f --oneshot
@rvaiya
Copy link
Owner

rvaiya commented May 30, 2023 via email

@alanxoc3
Copy link
Contributor Author

alanxoc3 commented Jun 2, 2023

Just tested, thanks. It's fixed now.

@alanxoc3 alanxoc3 closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants