mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 01:32:33 +02:00
Add flags to history
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -82,6 +82,7 @@ keybindings:
|
||||
delete_all: "X"
|
||||
sql_query: ":"
|
||||
filter: "/"
|
||||
flag: "m"
|
||||
|
||||
home:
|
||||
open: "enter,l"
|
||||
|
||||
@@ -39,6 +39,7 @@ type HistoryKeys struct {
|
||||
DeleteAll string `mapstructure:"delete_all"`
|
||||
Filter string `mapstructure:"filter"`
|
||||
SqlQuery string `mapstructure:"sql_query"`
|
||||
Flag string `mapstructure:"flag"`
|
||||
}
|
||||
|
||||
type HomeKeys struct {
|
||||
|
||||
Reference in New Issue
Block a user