summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-06-01 06:55:51 -0400
committerBen Sima <ben@bsima.me>2021-06-01 06:56:01 -0400
commit4a9ba3c5e6ea496cf44eff4061774a4943d2a7f1 (patch)
tree71b583613f5607a627b316d4773e2105f7fed914
parent54ebee2c97f37c657997c3b1fa1c5f5f7243ae36 (diff)
add ^A key
-rwxr-xr-xm1
1 files changed, 1 insertions, 0 deletions
diff --git a/m b/m
index 3e2fc05..25b0d0b 100755
--- a/m
+++ b/m
@@ -6,6 +6,7 @@ menu() {
prompt=$1
shift
fzf \
+ --bind "ctrl-a:select-all" \
--preview 'mpc status && echo queue: && mpc playlist' \
--prompt "$prompt> " \
$@