Skip to content

Commit

Permalink
refactor: remove unused key binding (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw authored Oct 6, 2024
1 parent eff50e3 commit 2e2585a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/app/keymap.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ var defaultKeys = KeyMap{
key.WithKeys("end", "G"),
key.WithHelp("end", "go to end"),
),
ShowPreview: key.NewBinding(
key.WithKeys("p", "enter"),
key.WithHelp("enter", "show preview"),
),
}

func (k KeyMap) ShortHelp() []key.Binding {
Expand Down

0 comments on commit 2e2585a

Please # to comment.