summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-02 20:24:13 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-02 21:31:48 +1100
commitdbb01b028deab71b3f4a3f5f5f251a0b56d5c9d6 (patch)
treed2ea1a034c5f22bd28fe0053866d525ddbeab35f /pkg/gui/keybindings.go
parent0c886eddfb429f31352d0908fe993d415d7d3709 (diff)
populate dutch and polish i18n files with new messages
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index eb49fe672..3504d8e03 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -564,16 +564,6 @@ func (gui *Gui) GetContextMap() map[string]map[string][]*Binding {
Modifier: gocui.ModNone,
Handler: gui.handleStagingNextLine,
}, {
- ViewName: "main",
- Key: gocui.KeyArrowLeft,
- Modifier: gocui.ModNone,
- Handler: gui.handleStagingPrevLine,
- }, {
- ViewName: "main",
- Key: gocui.MouseWheelDown,
- Modifier: gocui.ModNone,
- Handler: gui.handleStagingNextLine,
- }, {
ViewName: "main",
Key: gocui.KeyArrowLeft,
Modifier: gocui.ModNone,