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

Keymap commands: change_selection & delete_selection when used for remaps panics on not implemented #2746

Closed
Ryneqq opened this issue Jun 11, 2022 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@Ryneqq
Copy link

Ryneqq commented Jun 11, 2022

Summary

While playing with key remaps i stumble upon issue while using change_selection & delete_selection options. Whenever any key is assigned to those command helix panics on thread 'main' panicked at 'not implemented', helix-term/src/ui/editor.rs:1292:34. I suspect this is known issue but didn't see any bug report for it.

Reproduction Steps

  • Create a remap in config file using change_selection or delete_selection for example:
    C = ["goto_line_end", "change_selection"]

  • Use mapped key

Helix log

No logs shows after key was hit

Platform

Linux

Terminal Emulator

Alacritty

Helix Version

helix 22.05 (370a16d)

@Ryneqq Ryneqq added the C-bug Category: This is a bug label Jun 11, 2022
@Ryneqq
Copy link
Author

Ryneqq commented Jun 11, 2022

I was too eager, duplication of #2051

@Ryneqq Ryneqq closed this as completed Jun 11, 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
Projects
None yet
Development

No branches or pull requests

1 participant