Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
husainaloos opened this issue Sep 18, 2020 · 3 comments
Open

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

husainaloos opened this issue Sep 18, 2020 · 3 comments

Comments

@husainaloos
Copy link

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

@Somelauw
Copy link
Owner

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.

@husainaloos
Copy link
Author

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

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

@Somelauw
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants