Skip to content

Commit

Permalink
Add command pallete binding
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Jun 28, 2024
1 parent a069163 commit 5659045
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lazy_github/ui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@


class LazyGithub(App):
BINDINGS = [
("d", "toggle_dark", "Toggle dark mode"),
("q", "quit", "Quit"),
]
BINDINGS = [("d", "toggle_dark", "Toggle dark mode"), ("q", "quit", "Quit"), ("ctrl+p", "command_palette")]

async def authenticate_with_github(self):
config = Config.load_config()
Expand Down

0 comments on commit 5659045

Please sign in to comment.