package
Version:
v0.0.0-...-133cabf
Opens a new window with list of versions in this module.
Published: Jun 15, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Settings Settings `yaml:"settings"`
PrintLastWD string
}
Config represents all of the configuration options
GetConfig reads, pareses and returns the configuration
type Keymap struct {
NavUp string `yaml:"up"`
NavDown string `yaml:"down"`
NavLeft string `yaml:"left"`
NavRight string `yaml:"right"`
NavIn string `yaml:"in"`
NavOut string `yaml:"out"`
NavHome string `yaml:"go_home"`
Delete string `yaml:"delete"`
Select string `yaml:"select"`
Paste string `yaml:"paste"`
Copy string `yaml:"copy"`
}
type Settings struct {
Keymap Keymap `yaml:"keymap"`
AltScreen bool `yaml:"alt_screen"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.