Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = debug{ LoadDebuggableContainers: key.NewBinding( key.WithKeys("l"), key.WithHelp("l", "Load debuggable containers"), ), ChangeRuntime: key.NewBinding( key.WithKeys("r"), key.WithHelp("r", "Change runtime"), ), StartSession: key.NewBinding( key.WithKeys("s"), key.WithHelp("s", "Start session"), ), }
View Source
var Global = global{ Filter: key.NewBinding( key.WithKeys("/"), key.WithHelp(`/`, "filter"), ), Quit: key.NewBinding( key.WithKeys("ctrl+c", "q"), key.WithHelp("ctrl+c/q", "quit"), ), Back: key.NewBinding( key.WithKeys("esc"), key.WithHelp("esc", "back"), ), CtrlC: key.NewBinding( key.WithKeys("ctrl+c"), key.WithHelp("ctrl+c", "quit"), ), }
View Source
var Home = home{ Images: key.NewBinding( key.WithKeys("i"), key.WithHelp("i", "Open images view"), ), Debug: key.NewBinding( key.WithKeys("d"), key.WithHelp("d", "Open debug view"), ), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.