evil-org-mode
evil-org-mode copied to clipboard
Support for gx to use org-open-at-point
'gx'. works great for plan URLs. However, in orgmode, if it has
[[github.com][Github]]
and if it renders as link in the UI, then 'gx' does not work well in that case. "C-c C-o" opens the link, which uses org-open-at-point. I was wondering if that is a good idea to use for gx.
What is gx bound to by default?
I have bound org-open-at-point to RET in normal mode and use return to open them.
It is mapped by default to browse-url-at-point.
https://github.com/emacs-evil/evil/blob/master/evil-maps.el#L76
Hmm, then it might be a good idea. Although in my personal config I'll unbind it, because I use https://github.com/Dewdrops/evil-exchange