evil-org-mode icon indicating copy to clipboard operation
evil-org-mode copied to clipboard

Support for gx to use org-open-at-point

Open husainaloos opened this issue 5 years ago • 3 comments

'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.

husainaloos avatar Sep 18 '20 22:09 husainaloos

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.

Somelauw avatar Sep 19 '20 11:09 Somelauw

It is mapped by default to browse-url-at-point.

https://github.com/emacs-evil/evil/blob/master/evil-maps.el#L76

husainaloos avatar Sep 20 '20 02:09 husainaloos

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

Somelauw avatar Sep 21 '20 19:09 Somelauw