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 using ( or ) to rotate between cursors, the main cursor is only visible in select mode, i.e there's no indication of main cursor in normal mode.
(
)
Note: I use Helix on Windows terminal, don't know if this also happen in Linux and Mac.
I tried this:
hx --tutor
10x
s
it
enter
I expected this to happen: The main cursor moves from one selection to another and it's visible.
Instead, this happened: The main cursor does move, but it's not visible at all (it will show only if I press v to change to select mode).
v
This issue is simple enough that I don't think a log is needed
Windows
Windows Terminal
helix 23.05 (7f5940b)
The text was updated successfully, but these errors were encountered:
This depends on your theme. Some themes don't have highlighting for the primary cursor yet.
Duplicate of #3842
Sorry, something went wrong.
No branches or pull requests
Summary
When using
(
or)
to rotate between cursors, the main cursor is only visible in select mode, i.e there's no indication of main cursor in normal mode.Note: I use Helix on Windows terminal, don't know if this also happen in Linux and Mac.
Reproduction Steps
I tried this:
hx --tutor
10x
to select the paragraphs
and thenit
, thenenter
to create multiple cursors withit
selected)
to cycle through selectionsI expected this to happen: The main cursor moves from one selection to another and it's visible.
Instead, this happened: The main cursor does move, but it's not visible at all (it will show only if I press
v
to change to select mode).Helix log
~/.cache/helix/helix.log
Platform
Windows
Terminal Emulator
Windows Terminal
Helix Version
helix 23.05 (7f5940b)
The text was updated successfully, but these errors were encountered: