From 95a9c82083efd41a6b0af175ef89c7095abf5dde Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 21 Jan 2012 00:02:52 +0100 Subject: [PATCH] Cosmetics. --- bash-selector.sh | 6 ------ 1 file changed, 6 deletions(-) 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 ;; -- 2.20.1