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

Add focus keybindings to the config #79

Merged
merged 3 commits into from
Sep 1, 2022
Merged

Conversation

Builditluc
Copy link
Owner

This PR adds the option to change the keybindings for the focus selection. It introduces two new configuration values. These are keybindings.focus_next and keybindings.focus_prev. The defaults and a sample usage configuration are below:

[keybindings]
focus_next.key = "n"
focus_prev.key = "p"

An example of how to use these new settings

[keybindings]
focus_next.key = "tab"
focus_prev.key = "tab"
focus_prev.mode = "shift"

The default configuration

@Builditluc Builditluc merged commit 33b2068 into main Sep 1, 2022
@Builditluc Builditluc deleted the feature/add-focus-keybinding branch September 1, 2022 20:37
@Builditluc Builditluc added state: approved This issue or pull request was approved and can be worked on type: feature Implements a new feature labels Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: approved This issue or pull request was approved and can be worked on type: feature Implements a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant