projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5951fa
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 20 Jan 2012 23:02:52 +0000
(
00:02
+0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 20 Jan 2012 23:02:52 +0000
(
00:02
+0100)
bash-selector.sh
patch
|
blob
|
history
diff --git
a/bash-selector.sh
b/bash-selector.sh
index
bf389ca
..
dc1ae57
100755
(executable)
--- 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
;;