aboutsummaryrefslogtreecommitdiff
path: root/scripts/bbkeys
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-13 13:08:22 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-13 13:08:22 -0700
commit303b6bad087d596bb44ba9a71f5b5e3ec20cdfec (patch)
treeead1319cb08a340db29664acf461bc970a70a474 /scripts/bbkeys
parent033455e82ceb6f2818a8639e45551764ab79c7db (diff)
Minor changes/fixes
Diffstat (limited to 'scripts/bbkeys')
-rwxr-xr-xscripts/bbkeys8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/bbkeys b/scripts/bbkeys
index 748fdae..97bad28 100755
--- a/scripts/bbkeys
+++ b/scripts/bbkeys
@@ -25,6 +25,10 @@ kill -TSTP $PPID
## Ctrl-\: Quit and generate core dump
kill -QUIT $PPID
+## +: Run a bb command
+bbcmd "$(bbask '+')"
+bbcmd refresh
+
## Section: File Navigation
## j,Down: Next file
bbcmd move:+1
@@ -67,10 +71,10 @@ mark="$(find "$XDG_CONFIG_HOME"/bb/marks/ -mindepth 1 -type l -printf '%P\0' | b
mark="$(readlink -f "$XDG_CONFIG_HOME"/bb/marks/"$mark")"
bbcmd cd:"$mark"
-## -,Backspace: Go to previous directory
+## [,Backspace: Go to previous directory
bbcmd cd:-
-## +,=: Go to next directory
+## ]: Go to next directory
bbcmd cd:+
## ;: Show selected files