diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:25:38 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:25:38 -0800 |
| commit | 000329d941f381af2c21fbc5c842c87a57ae919f (patch) | |
| tree | 1cd578f59f6f0642b7ac1610f9ba14f8a67cff76 | |
| parent | c94a9958a8eb3efdb562230556578676bfafb06b (diff) | |
Cleanup
| -rwxr-xr-x | scripts/bbbindkeys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bbbindkeys b/scripts/bbbindkeys index 56ae454..bf5960a 100755 --- a/scripts/bbbindkeys +++ b/scripts/bbbindkeys @@ -130,7 +130,7 @@ printf '%s\0' "$@" > "$XDG_DATA_HOME/bb/$savename" [ -d "$XDG_DATA_HOME"/bb ] [ $# -gt 0 ] && bbconfirm "The current selection will be discarded. " loadpath="$(find "$XDG_DATA_HOME"/bb/ -mindepth 1 -name '*.sel' -printf '%P\0' | bbpick "Load selection: ")" -cat "$XDG_DATA_HOME/bb/$loadpath" | bbcmd deselect select: +bbcmd deselect select: <"$XDG_DATA_HOME/bb/$loadpath" ## J: Spread selection down bbcmd spread:+1 |
