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 navigation with alt + arrow keys #1264

Merged
merged 4 commits into from
Mar 25, 2022
Merged

Add navigation with alt + arrow keys #1264

merged 4 commits into from
Mar 25, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    60b408e View commit details
    Browse the repository at this point in the history
  2. style(fmt): rustfmt

    imsnif committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3dd6f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. fix: improve parsing of alt combination keys

    The binding of the keys can now be specified with:
    
    - Alt: 'c'
    - Alt: Up
    - Alt: Down
    - Alt: Left
    - Alt: Right
    a-kenji committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f1d4097 View commit details
    Browse the repository at this point in the history
  2. chore(fmt): rustfmt

    a-kenji committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    fa1e65b View commit details
    Browse the repository at this point in the history