You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this if I remove Rust's indents query file runtime/queries/rust/indents.scm and edit inside a similar struct. That was added back in #1562: you need to copy the runtime/ directory from the repo to your ~/.confix/helix/runtime or ideally use a symlink. hx --health rust should give a checkmark for "Indent queries".
tried 'C', it added a cursor, damn sux...
...
it deleted newline character and I am on the start of the next line with code not enjoying it
This isn't productive to the discussion. Please refrain from snippy commentary in the future.
Also, being a vim clone is explicity out of scope for this project. If you prefer vim's behavior, please just use vim.
Also, being a vim clone is explicity out of scope for this project.
I know that, but I am sure that 'change current line' functionality is far more common than using multicursor. I bet a lot people never use multiple cursors.
and no there is no need to get very opinionated because after all the best we can do is to give users the ability to customize keybinding to fit whatever style they want.
Please refrain from snippy commentary in the future.
sorry for that
If you prefer vim's behavior, please just use vim.
Summary
for some reason additional tabs appear when I consequently pushed enter in insert mode. See video to understand.
Reproduction Steps
I tried this:
hx
edited a rust document
3. tried 'C', it added a cursor, damn sux...'x' to select current line
'c' to edit it
it deleted newline character and I am on the start of the next line with code not enjoying it
I do some manual indentation
I push enter a few times and see it adds one more ident for every enter press.
Screencast from 08-08-22 21:43:09.webm
I expected this to happen:
constant indentation
Instead, this happened:
arithmetically growing indentation
Helix log
No response
Platform
Linux
Terminal Emulator
alacritty
Helix Version
helix 22.05 (bf6f704)
The text was updated successfully, but these errors were encountered: