Fixed release CI/CD and added 'C' as copy to table binding
This commit is contained in:
parent
5d95d44a97
commit
f5bf31a903
4 changed files with 8 additions and 7 deletions
|
|
@ -27,6 +27,7 @@ func Default() *KeyBindings {
|
|||
Mark: key.NewBinding(key.WithKeys("m"), key.WithHelp("m", "mark")),
|
||||
ToggleMarkedItems: key.NewBinding(key.WithKeys("M"), key.WithHelp("M", "toggle marged items")),
|
||||
CopyItemToClipboard: key.NewBinding(key.WithKeys("c"), key.WithHelp("c", "copy item to clipboard")),
|
||||
CopyTableToClipboard: key.NewBinding(key.WithKeys("C"), key.WithHelp("C", "copy table to clipboard")),
|
||||
Rescan: key.NewBinding(key.WithKeys("R"), key.WithHelp("R", "rescan")),
|
||||
PromptForQuery: key.NewBinding(key.WithKeys("?"), key.WithHelp("?", "prompt for query")),
|
||||
PromptForFilter: key.NewBinding(key.WithKeys("/"), key.WithHelp("/", "filter")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue