Skip to content

Commit

Permalink
remove q key from tran keys #38
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jul 31, 2022
1 parent 9238fb2 commit eb7f65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/keymap.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type KeyMap struct {
// DefaultKeyMap returns a set of default keybindings.
var Keys = KeyMap{
Quit: key.NewBinding(
key.WithKeys("q", "ctrl+q"),
key.WithKeys("ctrl+q"),
),
Down: key.NewBinding(
key.WithKeys("down"),
Expand Down

0 comments on commit eb7f65e

Please sign in to comment.