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

fix: ensure that direction_keys can be configured #188

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

zeapoz
Copy link
Contributor

@zeapoz zeapoz commented Apr 25, 2024

Currently configuring the wezterm plugin with custom direction_keys will not work due to the hardcoded key-to-direction table. This PR fixes this issue by constructing the direction_keys table based on the configured keys instead.

Copy link
Owner

@mrjones2014 mrjones2014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

plugin/init.lua Outdated Show resolved Hide resolved
plugin/init.lua Outdated Show resolved Hide resolved
@mrjones2014 mrjones2014 merged commit c447eb7 into mrjones2014:master Apr 26, 2024
2 checks passed
@zeapoz zeapoz deleted the fix/configured-direction-keys branch April 26, 2024 16:51
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