Skip to content

Commit

Permalink
Rename helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
canack committed Jan 5, 2024
1 parent bb5563e commit 4deb8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/terminal/handler/ghtrigger/keymap.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ var keys = keyMap{
),
Refresh: teakey.NewBinding(
teakey.WithKeys("ctrl+r", "ctrl+R"),
teakey.WithHelp("ctrl+r", "Refresh workflow"),
teakey.WithHelp("ctrl+r", "Refresh content"),
),
SwitchTab: teakey.NewBinding(
teakey.WithKeys("tab"),
teakey.WithHelp("tab", "switch between tabs"),
teakey.WithHelp("tab", "switch button"),
),
Trigger: teakey.NewBinding(
teakey.WithKeys("enter"),
Expand Down

0 comments on commit 4deb8c4

Please sign in to comment.