Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CurrentView is the view that is persisted in the config file CurrentView *config.View // DisplayedView is the view that is currently displayed and could be // a modified version of the currentView DisplayedView config.View )
View Source
var Keys = keyMap{ Up: key.NewBinding( key.WithKeys("up", "k"), key.WithHelp("↑/k", "move up"), ), Down: key.NewBinding( key.WithKeys("down", "j"), key.WithHelp("↓/j", "move down"), ), Select: key.NewBinding( key.WithKeys("enter"), key.WithHelp("enter", "select view"), ), New: key.NewBinding( key.WithKeys("c"), key.WithHelp("c", "create view"), ), Quit: key.NewBinding( key.WithKeys("ctrl+c", "q"), key.WithHelp("ctrl+c/q", "quit"), ), Esc: key.NewBinding( key.WithKeys("esc"), key.WithHelp("esc", "back"), ), }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.