Skip to content

Comments

Only bind mappings if they're not already used#477

Open
danebidev wants to merge 1 commit intoJulian:mainfrom
danebidev:main
Open

Only bind mappings if they're not already used#477
danebidev wants to merge 1 commit intoJulian:mainfrom
danebidev:main

Conversation

@danebidev
Copy link

I was getting conflicts with some of my existing keybinds, and noticed that it was already planned (#456).

@Julian
Copy link
Owner

Julian commented Feb 21, 2026

Hey, thanks for giving this a shot -- this actually only does "half" of the job. Specifically we bind mappings in two places unfortunately the moment, here in init but then also in infoview which is what controls binding mappings in the infoview.

@danebidev
Copy link
Author

Should be correct now. Should I also put these other keymaps behind a check?

@Julian
Copy link
Owner

Julian commented Feb 21, 2026

Should I also put these other keymaps behind a check?

Seems like it would be nice as well, yeah.

I suspect the CI failures here are real now and would need looking at to see what's breaking. It also would be nice to add at least one new test for this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants