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"
|
import "github.com/charmbracelet/bubbles/key"
|
||||||
|
|
||||||
type KeyBindings struct {
|
type KeyBindings struct {
|
||||||
ColumnPopup *FieldsPopupBinding `keymap:"column-popup"`
|
ColumnPopup *FieldsPopupBinding `keymap:"fields-popup"`
|
||||||
TableView *TableKeyBinding `keymap:"item-table"`
|
TableView *TableKeyBinding `keymap:"item-table"`
|
||||||
View *ViewKeyBindings `keymap:"view"`
|
View *ViewKeyBindings `keymap:"view"`
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ type ViewKeyBindings struct {
|
||||||
CycleLayoutForward key.Binding `keymap:"cycle-layout-forward"`
|
CycleLayoutForward key.Binding `keymap:"cycle-layout-forward"`
|
||||||
CycleLayoutBackwards key.Binding `keymap:"cycle-layout-backwards"`
|
CycleLayoutBackwards key.Binding `keymap:"cycle-layout-backwards"`
|
||||||
PromptForCommand key.Binding `keymap:"prompt-for-command"`
|
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"`
|
CancelRunningJob key.Binding `keymap:"cancel-running-job"`
|
||||||
Quit key.Binding `keymap:"quit"`
|
Quit key.Binding `keymap:"quit"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue