Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKeyMap = KeyMap{ Refresh: key.NewBinding( key.WithKeys("ctrl+r"), key.WithHelp("ctrl+r", "refresh"), ), NewPost: key.NewBinding( key.WithKeys("n"), key.WithHelp("n", "new post"), ), Select: key.NewBinding( key.WithKeys("r", "enter"), key.WithHelp("r/enter", "read"), ), }
View Source
var (
VIEW_ID = "posts"
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.