summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2019-12-04 18:33:00 -0800
committerDavid Chen <weichen2000121@gmail.com>2019-12-04 18:33:00 -0800
commit0a26050b47a4f4af66753884eb891428032adb67 (patch)
tree1d467421920f4d96670be77914438f7d139b9ef1 /pkg/gui/keybindings.go
parentc50ab9872d1ef90bdbb79820f7ac391641e825cd (diff)
fix
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 fb36b36bb..634830e6c 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -392,7 +392,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
},
{
ViewName: "files",
- Key: gui.getKey("universal.select"),
+ Key: gocui.KeyEnter,
Modifier: gocui.ModNone,
Handler: gui.handleEnterFile,
Description: gui.Tr.SLocalize("StageLines"),