Skip to content

Commit

Permalink
fix: correct delete cluster keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Feb 4, 2025
1 parent 3df186b commit 56291c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/clusters_page/clusters_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (m *Model) Shortcuts() []statusbar.Shortcut {
return []statusbar.Shortcut{
{"Switch Cluster", "enter"},
{"Edit", "C-e"},
{"Delete", "C-d"},
{"Delete", "F2"},
{"Create", "C-n"},
}
}
Expand Down

0 comments on commit 56291c5

Please sign in to comment.