From 0a26a22d5934bd4d098a9e8536843a3c334cf2b1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 Apr 2020 22:52:51 -0400 Subject: [PATCH] Fix incorrect M-RET keybind in ivy readme --- modules/completion/ivy/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/ivy/README.org b/modules/completion/ivy/README.org index b21b92c61..ea1599519 100644 --- a/modules/completion/ivy/README.org +++ b/modules/completion/ivy/README.org @@ -136,7 +136,7 @@ These keybindings are available while a search is active: | =C-c C-o= | Open a buffer with your search results | | =C-c C-e= | Open a writable buffer of your search results | | =C-SPC= | Preview the current candidate | -| =M-RET= | Open the selected candidate in other-window | +| =C-RET= | Open the selected candidate in other-window | Changes to the resulting wgrep buffer (opened by =C-c C-e=) can be committed with =C-c C-c= and aborted with =C-c C-k= (alternatively =ZZ= and =ZQ=, for evil