mirror of
https://github.com/anotherhadi/jwt-tui.git
synced 2026-06-26 01:02:33 +02:00
init
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
type Keybindings struct {
|
||||
Quit string `mapstructure:"quit"`
|
||||
CycleFocus string `mapstructure:"cycle_focus"`
|
||||
Edit string `mapstructure:"edit"`
|
||||
EditExternal string `mapstructure:"edit_external"`
|
||||
Docs string `mapstructure:"docs"`
|
||||
HelpToggle string `mapstructure:"help_toggle"`
|
||||
Clear string `mapstructure:"clear"`
|
||||
Reset string `mapstructure:"reset"`
|
||||
Copy string `mapstructure:"copy"`
|
||||
Paste string `mapstructure:"paste"`
|
||||
}
|
||||
Reference in New Issue
Block a user