X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=bash-selector.sh;h=dc1ae57f8bf0f1beb18ed62728a00129b4c4ec9e;hp=bf389cab58a7a598744235f117937646bf1b3cdb;hb=95a9c82083efd41a6b0af175ef89c7095abf5dde;hpb=a5951faf47e3adcecd2c4dbb621616cca7d4f02b diff --git a/bash-selector.sh b/bash-selector.sh index bf389ca..dc1ae57 100755 --- a/bash-selector.sh +++ b/bash-selector.sh @@ -95,21 +95,15 @@ if [[ "$1" ]]; then case "$1" in --hist) - # M-r puts the selected history line in place of the current one - bind '"\C-[r":"\C-a\C-kselector-history\C-m"' - ;; --cd) - # M-c provides a dynamic list of directories to cd into - bind '"\C-[c":"\C-a\C-kselector-cd-search\C-m"' ;; - *) echo "Unknown argument $1" >&2 ;;