Documentation
¶
Index ¶
Constants ¶
View Source
const ( SelectLocal = "select_local" SelectIncoming = "select_incoming" ToggleViewOrientation = "toggle_view" ShowLinesUp = "show_up" ShowLinesDown = "show_down" ScrollUp = "scroll_up" ScrollDown = "scroll_down" EditCode = "edit" NextConflict = "next" PreviousConflict = "previous" QuitApplication = "quit" ShowHelp = "help" ContinuousEvaluation = "cont_eval" )
Following constants represent all the actions available to the user The string literals are used to retrieve values from `Binding` and when writing/reading from .fac.yml
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binding ¶
Binding represents the user's key binding configuration
func LoadSettings ¶
LoadSettings looks for a user specified key-binding settings file - `$HOME/.fac.yml` and returns a map representation of the file It also looks for errors, and ambiguities within the file and notifies the user of them
func (Binding) Help ¶
Help returns a help string that is displayed on the right panel of the UI It should provided an overall summary of all available key options
Source Files
¶
- binding.go
Click to show internal directories.
Click to hide internal directories.