Skip to content

Follow a symlink #1493

Closed Answered by lkschu
PedroDSFerreira asked this question in 1. Q&A
Discussion options

You must be logged in to vote

Change the plugin to this, then it works:

return {
   entry = function()
      local h = cx.active.current.hovered
      local original_url = h.link_to
      if h and original_url then
         ya.manager_emit("cd", { original_url })
      end
   end,
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PedroDSFerreira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants