Fork me on GitHub
#spacemacs
<
2015-12-03
>
Chris O’Donnell20:12:16

Does anyone know how to follow links in the documentation pages (without clicking on them with the mouse)?

mahinshaw20:12:54

You should just be able to hit RET

mahinshaw20:12:26

All the docs are org files, so you can always check the org layer for keybindings

Chris O’Donnell20:12:04

RET just takes me to the next line; it's bound to evil-ret. If you wouldn't mind, what is it bound to for you in org files?

Chris O’Donnell20:12:29

The only keybindings I can find relating to links are mouse--down-1-maybe-follows-link (and the same, but for double clicking).

Chris O’Donnell21:12:42

I figured it out. The relevant function is called org-open-at-point and it's bound by default to M-RET and , l.

mahinshaw21:12:54

@codonnell: Are you on develop?

mahinshaw21:12:36

ok. I'm on develop, which is likely the disconnect.

mahinshaw21:12:46

you are right about the function though

Chris O’Donnell21:12:47

Yeah, that could explain it.