From 0d3d80b94d1d9152240eef4670b0540cbafda9d4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 2 Oct 2019 13:30:51 -0700 Subject: [PATCH] Restored binding for double left clicking a file. --- bindings.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings.bb b/bindings.bb index 8551056..0cd6f4f 100644 --- a/bindings.bb +++ b/bindings.bb @@ -77,7 +77,7 @@ Ctrl-a: # Select all files here else find -mindepth 1 -maxdepth 1 ! -path '*/.*' -print0; fi | bb +sel: Section: File Actions -Enter: # Open file/directory +Enter,Double left click: # Open file/directory if [ "$(uname)" = "Darwin" ]; then if [ -d "$BBCURSOR" ]; then bb +cd:"$BBCURSOR"; elif file -bI "$BBCURSOR" | grep -q '^\(text/\|inode/empty\)'; then $EDITOR "$BBCURSOR";