Skip to content
New issue

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

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

Already on GitHub? # to your account

Question: fast hop #6

Open
Nacho114 opened this issue Nov 23, 2022 · 2 comments
Open

Question: fast hop #6

Nacho114 opened this issue Nov 23, 2022 · 2 comments

Comments

@Nacho114
Copy link

Hi,

I had a look at the doc, but I couldn't find if there was a way to do the following:

After I press ctrl+h (i.e. hop.hop), it would be great to directly open the file which corresponds to the letter, rather than going to it (and then having to tap enter).

If there isn't way I'd be happy to try to add it as feature that could be set in the config!

@Nacho114 Nacho114 changed the title Question: fast hope Question: fast hop Nov 23, 2022
@fdschmidt93
Copy link
Member

Hi there,

I'm afraid this extension is unmaintained, as I haven't been using it myself in I don't know how long.

You're happy to make PRs to add features/fix bugs which I can then merge :)

@ktunprasert
Copy link

@Nacho114
I was able to achieve this by doing the following

["<C-Space>"] = function(prompt_bufno)
    telescope.extensions.hop._hop(prompt_bufno, { callback = actions.select_default })
end,

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

No branches or pull requests

3 participants