From c7e08b884ab876c8ce06000a8789045b50d40c20 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 2 Oct 2019 01:40:40 -0700 Subject: Fix for some messed up behavior for Escape key and for passing vararg commands to bb --- bindings.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings.bb') diff --git a/bindings.bb b/bindings.bb index a5fd9f0..8b46793 100644 --- a/bindings.bb +++ b/bindings.bb @@ -61,7 +61,7 @@ Section: File Selection v,V,Space: # Toggle selection at cursor bb +toggle Escape: # Clear selection - bb +deselect: "$@" + [ $# -gt 0 ] && bb +deselect: "$@" Ctrl-s: # Save the selection [ $# -gt 0 ] && ask savename "Save selection as: " && printf '%s\0' "$@" > ~/.config/bb/"$savename" Ctrl-o: # Open a saved selection -- cgit v1.2.3