Made keybinding names more consistent
This commit is contained in:
parent
62f9c08e82
commit
7eb4ea7222
|
@ -3,7 +3,7 @@ package keybindings
|
|||
import "github.com/charmbracelet/bubbles/key"
|
||||
|
||||
type KeyBindings struct {
|
||||
ColumnPopup *FieldsPopupBinding `keymap:"column-popup"`
|
||||
ColumnPopup *FieldsPopupBinding `keymap:"fields-popup"`
|
||||
TableView *TableKeyBinding `keymap:"item-table"`
|
||||
View *ViewKeyBindings `keymap:"view"`
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ type ViewKeyBindings struct {
|
|||
CycleLayoutForward key.Binding `keymap:"cycle-layout-forward"`
|
||||
CycleLayoutBackwards key.Binding `keymap:"cycle-layout-backwards"`
|
||||
PromptForCommand key.Binding `keymap:"prompt-for-command"`
|
||||
ShowColumnOverlay key.Binding `keymap:"show-column-overlay"`
|
||||
ShowColumnOverlay key.Binding `keymap:"show-fields-popup"`
|
||||
CancelRunningJob key.Binding `keymap:"cancel-running-job"`
|
||||
Quit key.Binding `keymap:"quit"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue