Fix incorrect M-RET keybind in ivy readme

This commit is contained in:
Henrik Lissner 2020-04-20 22:52:51 -04:00
parent 3a5ef316fc
commit 0a26a22d59
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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