diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-04-17 12:15:50 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-04-17 12:15:50 -0700 |
| commit | 34cb45567ea01b175e59b039d425997883729f33 (patch) | |
| tree | 4ef8a1c2f9f99b3d08a7f557961cc71fd154cbe8 | |
| parent | 79fae84b106d4ca83ef603117cda395e3fe18132 (diff) | |
Added auto sort/interleave when opening selection
| -rwxr-xr-x | scripts/bbkeys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bbkeys b/scripts/bbkeys index 87934c0..6c79e2c 100755 --- a/scripts/bbkeys +++ b/scripts/bbkeys @@ -138,7 +138,7 @@ bbpause [ $# -gt 0 ] && bbconfirm "The current selection will be discarded. " loadpath="$(find "$XDG_DATA_HOME"/bb/ -mindepth 1 -maxdepth 1 -name '*.sel' -printf '%P\0' | bbpick "Load selection: ")" find "$XDG_DATA_HOME/bb/$loadpath" -mindepth 1 -maxdepth 1 -printf '%l\0' | bbcmd deselect select: -bbcmd goto +bbcmd goto sort:'+*' interleave ## J: Spread selection down bbcmd spread:+1 |
