From 01c7b206bd7775dd12c501ec9b88b3c8d24fe1cb Mon Sep 17 00:00:00 2001 From: Marian Schubert Date: Mon, 4 Mar 2013 11:43:11 +0100 Subject: [PATCH] Make launch_or_hide key binding work in terminal According to #emacs M-RET should be used instead of . should only be used for bindings involving Ctrl key. --- lib/xiki/key_bindings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xiki/key_bindings.rb b/lib/xiki/key_bindings.rb index e97c673f..eba3ad59 100644 --- a/lib/xiki/key_bindings.rb +++ b/lib/xiki/key_bindings.rb @@ -617,7 +617,7 @@ def self.misc # Alternate key for C-. (probably easier to remember) Keys.set("") { Launcher.launch_or_hide(:blink=>true) } - Keys.set("") { Launcher.launch_or_hide(:blink=>true) } + Keys.set("M-RET") { Launcher.launch_or_hide(:blink=>true) } if $el.locate_library "ruby-mode" $el.el_require :ruby_mode