summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-10 13:29:06 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-10 15:01:40 +1100
commitd0d92c7697c311071e2fc4b5cc9fa9278a9c300a (patch)
treee1a589800cbc4c7118807f113023120ab344f7dc /pkg/gui/keybindings.go
parent89a9b4e6d584fb86cc22852a3d71572b42104a65 (diff)
remove old add patch keybinding
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index fadf0c0c6..4bd28c74c 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -255,12 +255,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Description: gui.Tr.SLocalize("toggleStagedAll"),
}, {
ViewName: "files",
- Key: 't',
- Modifier: gocui.ModNone,
- Handler: gui.handleAddPatch,
- Description: gui.Tr.SLocalize("addPatch"),
- }, {
- ViewName: "files",
Key: 'D',
Modifier: gocui.ModNone,
Handler: gui.handleCreateResetMenu,