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
thread 'main' panicked at 'Positions [(4, After), (5, Before)] are out of range for changeset len 1!', helix-core/src/transaction.rs:478:9
In the config, add this:
[keys.insert] "C-l" = [ "select_mode", "goto_file_start", ":pipe cat", ]
Open a new file, then:
No response
Linux
alacritty
compiled myself
helix 24.3 (88d455a)
The text was updated successfully, but these errors were encountered:
This bug does not happen if I use the same commands in [keys.normal]
Sorry, something went wrong.
Duplicate of #3501
No branches or pull requests
Summary
thread 'main' panicked at 'Positions [(4, After), (5, Before)] are out of range for changeset len 1!', helix-core/src/transaction.rs:478:9
Reproduction Steps
In the config, add this:
[keys.insert]
"C-l" = [
"select_mode",
"goto_file_start",
":pipe cat",
]
Open a new file, then:
Helix log
No response
Platform
Linux
Terminal Emulator
alacritty
Installation Method
compiled myself
Helix Version
helix 24.3 (88d455a)
The text was updated successfully, but these errors were encountered: