Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: danvergara/dblab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.0
Choose a base ref
...
head repository: danvergara/dblab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Apr 27, 2025

  1. feat: configurable key bindings (#255)

    * test(config): add more fields to the config file to test the new behavior
    
    * feat(command): add more option fields to the commands struct to config the navigation key bindings
    
    * feat(config): add more fields to the config object to read the navigation keybindings from the config file
    
    * feat(tui): add a way to read the navigation keybindings rather than the constant values from tcell
    
    * feat(root): add default keybindings to keep backward compatibility
    
    * docs(readme): add documentation for the key bindings configuration
    
    * chore(form): ignore key bindings field so dblab can enter in form mode
    
    * fix: fix typo
    
    * refactor: move non-navigation key bindings a level above on the KeyBinding structs
    
    * docs(mkdocs): add key binding config documentation to the mkdocs
    danvergara authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    db0e6b4 View commit details
    Browse the repository at this point in the history
Loading