summaryrefslogtreecommitdiffstats
path: root/tui/keys.go
diff options
context:
space:
mode:
Diffstat (limited to 'tui/keys.go')
-rw-r--r--tui/keys.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tui/keys.go b/tui/keys.go
index c28ceb5..5891ba2 100644
--- a/tui/keys.go
+++ b/tui/keys.go
@@ -200,6 +200,7 @@ func (ui *UI) handleFiltering(key *tcell.EventKey) *tcell.EventKey {
return key
}
+// nolint: funlen // Why: there's a lot of options to handle
func (ui *UI) handleMainActions(key *tcell.EventKey) *tcell.EventKey {
switch key.Rune() {
case 'd':