From 63609b1e23bc818645526b7c0010552f6c357791 Mon Sep 17 00:00:00 2001 From: Michiel Roos Date: Tue, 3 Sep 2019 14:15:42 +0200 Subject: [PATCH] Update keybindings.go --- pkg/gui/keybindings.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index a6e57abd..5ae53067 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -65,12 +65,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Modifier: gocui.ModNone, Handler: gui.quit, }, - { - ViewName: "", - Key: gocui.KeyF10, - Modifier: gocui.ModNone, - Handler: gui.quit, - }, { ViewName: "", Key: gocui.KeyCtrlC,