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

Refactor keybinding.rs for Improved Modularity #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. Update key_binding.rs

    I have refactored keybinding.rs to improve its readability and modularity. The following changes were made:
    
    Added more detailed comments to explain each function and part of the code.
    Used pattern matching with if let for handling Option types.
    Enhanced the clarity and safety of key-binding generation.
    No change to existing tests, but the refactored code remains backward-compatible.
    HarshMN2345 authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    890726c View commit details
    Browse the repository at this point in the history