diff options
Diffstat (limited to 'scripts/bbkeys')
| -rwxr-xr-x | scripts/bbkeys | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/bbkeys b/scripts/bbkeys index ccfc374..87934c0 100755 --- a/scripts/bbkeys +++ b/scripts/bbkeys @@ -68,7 +68,10 @@ mark="$(readlink -f "$XDG_CONFIG_HOME"/bb/marks/"$mark")" bbcmd cd:"$mark" ## -,Backspace: Go to previous directory -[ "$BBPREVPATH" ] && bbcmd cd:"$BBPREVPATH" +bbcmd cd:- + +## +,=: Go to next directory +bbcmd cd:+ ## ;: Show selected files printf '%s\n' "$@" | less @@ -310,7 +313,7 @@ fi ## i: Toggle interleaving files and directories bbcmd interleave -## F5,Ctrl-l: Refresh view +## F5,Ctrl-l,Ctrl-r: Refresh view bbcmd refresh ## Ctrl-b: Bind a key to a script |
