summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-12-05 20:06:47 +1100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-05 20:06:47 +1100
commit3b51d7cd0026f0b4da13bf6ffcd4635b86c2a704 (patch)
treec55e7c91b001ce0de5a545bbf09b361c5c46308a /pkg/gui/keybindings.go
parent66512ca253b73c173196080ea0929e49a521b379 (diff)
clean as well as reset (I'm hoping this is a good design decision)
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 4158bedb7..1a63d009c 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -210,7 +210,7 @@ func (gui *Gui) GetKeybindings() []*Binding {
ViewName: "files",
Key: 'D',
Modifier: gocui.ModNone,
- Handler: gui.handleResetHard,
+ Handler: gui.handleResetAndClean,
Description: gui.Tr.SLocalize("resetHard"),
}, {
ViewName: "files",