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

Cursor mode not changing in ST #84

Closed
weisbrja opened this issue Apr 2, 2021 · 5 comments
Closed

Cursor mode not changing in ST #84

weisbrja opened this issue Apr 2, 2021 · 5 comments
Assignees
Labels
bug Something isn't working verified This issue was already verified

Comments

@weisbrja
Copy link

weisbrja commented Apr 2, 2021

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):

source '/usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh'

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.

@weisbrja weisbrja changed the title Cursor mode not changing Cursor mode not changing in ST Apr 2, 2021
@jeffreytse jeffreytse self-assigned this Apr 2, 2021
@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Apr 2, 2021
@jeffreytse
Copy link
Owner

jeffreytse commented Apr 2, 2021

Hi @weisbrja

Thanks for the reporting. Could you try this command echo $TERM in your terminal and tell me the result?

Thanks and regards

@weisbrja
Copy link
Author

weisbrja commented Apr 2, 2021

Output for echo $TERM:

st-256color

jeffreytse added a commit that referenced this issue Apr 2, 2021
Accordingly, the ST has already been implemented most VT10X escape
sequences.
@jeffreytse
Copy link
Owner

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

@jeffreytse
Copy link
Owner

Hi @weisbrja, Is this issue settled down?

@weisbrja
Copy link
Author

@jeffreytse Yes, this issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified This issue was already verified
Projects
None yet
Development

No branches or pull requests

2 participants