Skip to content

Commit

Permalink
fix: added cheatsheet to settings dialog (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaP106 authored Aug 30, 2024
1 parent c0bccc5 commit 42614f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ui/settings_dialog.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ func openSettingsDialog() *settingsDialog {
if prevView != nil {
prevView.Focus()
}
}).
Set('?', "Toggle cheatsheet", func() {
openHelpDialog(s.view.GetKeybindings(), func() {})
})

s.view.Focus()
Expand Down

0 comments on commit 42614f5

Please sign in to comment.