Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditorHeightChangedMsg ¶ added in v1.14.0
type EditorHeightChangedMsg struct {
Height int
}
EditorHeightChangedMsg is emitted when the editor height changes (e.g., during resize)
type FocusedPanel ¶
type FocusedPanel string
FocusedPanel represents which panel is currently focused
const ( PanelChat FocusedPanel = "chat" PanelEditor FocusedPanel = "editor" )
type KeyMap ¶
type KeyMap struct {
Tab key.Binding
Cancel key.Binding
ShiftNewline key.Binding
CtrlJ key.Binding
ExternalEditor key.Binding
ToggleSplitDiff key.Binding
}
KeyMap defines key bindings for the chat page
Click to show internal directories.
Click to hide internal directories.