Restored binding for double left clicking a file.

This commit is contained in:
Bruce Hill 2019-10-02 13:30:51 -07:00
parent b9cb1e34c9
commit 0d3d80b94d

View File

@ -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";