Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 20 Jan 2012 23:02:52 +0000 (00:02 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 20 Jan 2012 23:02:52 +0000 (00:02 +0100)
bash-selector.sh

index bf389ca..dc1ae57 100755 (executable)
@@ -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
                 ;;