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

feat(esupports.hop): add open mode for external link target #1072

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

champignoom
Copy link
Contributor

Partially resolves #1039.

One can now open links by external apps with custom keybinds:

            ["core.keybinds"] = {
                config = {
                    hook = function(keybinds)
                        keybinds.map_event_to_mode("norg", {
                            n = {
                                { keybinds.leader .. "ge", "core.esupports.hop.hop-link", "external", opts = { desc = "Open External Link" } },
                            },
                        }, { })
                    end,
                }
            },

@vhyrro
Copy link
Member

vhyrro commented Sep 10, 2023

LGTM!

@vhyrro vhyrro merged commit 851a3a2 into nvim-neorg:main Sep 10, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

add syntax for external file with relative path
2 participants