cloudmonkey: add Ctrl+R reverse search support back to OSX

Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/2fd9ade2
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/2fd9ade2
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/2fd9ade2

Branch: refs/heads/5.3
Commit: 2fd9ade244c7f46f37867d466ce3c44436d6dd5b
Parents: a92025f
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Authored: Fri Oct 31 18:03:49 2014 +0530
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Fri Oct 31 18:03:49 2014 +0530

----------------------------------------------------------------------
 cloudmonkey/cloudmonkey.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/2fd9ade2/cloudmonkey/cloudmonkey.py
----------------------------------------------------------------------
diff --git a/cloudmonkey/cloudmonkey.py b/cloudmonkey/cloudmonkey.py
index 4857723..92dc961 100644
--- a/cloudmonkey/cloudmonkey.py
+++ b/cloudmonkey/cloudmonkey.py
@@ -59,6 +59,7 @@ else:
     import rlcompleter
     if 'libedit' in readline.__doc__:
         readline.parse_and_bind("bind ^I rl_complete")
+        readline.parse_and_bind("bind ^R em-inc-search-prev")
     else:
         readline.parse_and_bind("tab: complete")
 

Reply via email to