Make 'double-click' behave the same as 'enter' by default

Close #3061
This commit is contained in:
Junegunn Choi
2022-11-29 20:24:18 +09:00
parent 6b7a543c82
commit 8f4c89f50e
3 changed files with 15 additions and 1 deletions

View File

@@ -426,7 +426,6 @@ func defaultKeymap() map[tui.Event][]*action {
add(tui.SDown, actPreviewDown)
add(tui.Mouse, actMouse)
add(tui.DoubleClick, actAccept)
add(tui.LeftClick, actIgnore)
add(tui.RightClick, actToggle)
return keymap