We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When :quit is bind to SPC z, the cursor is changed when quit back to terminal using this key binding.
:quit
SPC z
I tried this:
Add
[editor.cursor-shape] normal = "block" insert = "bar" select = "underline" [keys.normal.space] z = ":quit"
to helix config.
hx
kitty
iterm2
I expected this to happen:
The cursor changes back to bar style in the terminal.
Instead, this happened:
The cursor becomes a box.
No response
macOS
kitty 0.24.4 created by Kovid Goyal
helix 22.05 (21f2aff)
The text was updated successfully, but these errors were encountered:
Duplicate of #2684
Sorry, something went wrong.
No branches or pull requests
Summary
When
:quit
is bind toSPC z
, the cursor is changed when quit back to terminal using this key binding.Reproduction Steps
I tried this:
Add
to helix config.
hx
in akitty
oriterm2
terminal with bar cursor.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)
The text was updated successfully, but these errors were encountered: