diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-02 13:30:51 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-02 13:30:51 -0700 |
| commit | 0d3d80b94d1d9152240eef4670b0540cbafda9d4 (patch) | |
| tree | 26dbf9bb630f7c2d6d3d8f5d500e67752a28c350 /bindings.bb | |
| parent | b9cb1e34c94a5461dcaf8bb76ca37d0e98016ffc (diff) | |
Restored binding for double left clicking a file.
Diffstat (limited to 'bindings.bb')
| -rw-r--r-- | bindings.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
