summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-06-13 11:01:26 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-06 13:49:11 +1000
commit524bf83a4a681408c3fb57818f6968cab632e0ae (patch)
tree8858b4ee8d4670dcdd1637fe5fedf00ff080c154 /pkg/gui/types/keybindings.go
parent6dfef08efc5c7f262194c0af35fd777428f33a1a (diff)
refactor to only have one context per view
Diffstat (limited to 'pkg/gui/types/keybindings.go')
-rw-r--r--pkg/gui/types/keybindings.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/types/keybindings.go b/pkg/gui/types/keybindings.go
index a257fcfc2..c945ce3ab 100644
--- a/pkg/gui/types/keybindings.go
+++ b/pkg/gui/types/keybindings.go
@@ -9,7 +9,6 @@ type Key interface{} // FIXME: find out how to get `gocui.Key | rune`
// is ""
type Binding struct {
ViewName string
- Contexts []string
Handler func() error
Key Key
Modifier gocui.Modifier