From: Francois Fleuret Date: Fri, 20 Jan 2012 23:02:52 +0000 (+0100) Subject: Cosmetics. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=95a9c82083efd41a6b0af175ef89c7095abf5dde Cosmetics. --- 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 ;;