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 type kept when quit back to terminal #3417

Closed
Yevgnen opened this issue Aug 13, 2022 · 1 comment
Closed

Cursor type kept when quit back to terminal #3417

Yevgnen opened this issue Aug 13, 2022 · 1 comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@Yevgnen
Copy link
Contributor

Yevgnen commented Aug 13, 2022

Summary

When :quit is bind to SPC z, the cursor is changed when quit back to terminal using this key binding.

Reproduction Steps

I tried this:

Add

[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"

[keys.normal.space]
z = ":quit"

to helix config.

  1. Run hx in a kitty or iterm2 terminal with bar cursor.
  2. Press SPC z.

I expected this to happen:

The cursor changes back to bar style in the terminal.

Instead, this happened:

The cursor becomes a box.

Helix log

No response

Platform

macOS

Terminal Emulator

kitty 0.24.4 created by Kovid Goyal

Helix Version

helix 22.05 (21f2aff)

@Yevgnen Yevgnen added the C-bug Category: This is a bug label Aug 13, 2022
@the-mikedavis
Copy link
Member

Duplicate of #2684

@the-mikedavis the-mikedavis marked this as a duplicate of #2684 Aug 13, 2022
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Aug 13, 2022
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants