-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Cursor mode not changing in ST #84
Comments
Hi @weisbrja Thanks for the reporting. Could you try this command Thanks and regards |
Output for
|
Accordingly, the ST has already been implemented most VT10X escape sequences.
Hi @weisbrja Thanks for your patience. This issue has been addressed and fixed, please update your plugin to the latest version. And also welcome to star this project for further udpates in the future. : ) Thanks and regards |
Hi @weisbrja, Is this issue settled down? |
@jeffreytse Yes, this issue has been resolved. |
Reproduce
This bug only occurs when using ST (the simple terminal from suckless).
To reproduce, simply put the following line in your
.zshrc
(sourcing the plugin in a different way might also work for reproducing this bug, but I have only tested sourcing it like this):Result
The cursor mode is not changing from block to line when switching between normal and insert mode.
Expected behavior
The cursor mode should change from block to line when switching between normal and insert mode.
The text was updated successfully, but these errors were encountered: