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

Looking up functions #31

Open
davidh38 opened this issue Sep 3, 2022 · 2 comments
Open

Looking up functions #31

davidh38 opened this issue Sep 3, 2022 · 2 comments

Comments

@davidh38
Copy link

davidh38 commented Sep 3, 2022

Is there a (suggested) way to browse through the functions of a project in corgi?

@ChetanVashisht
Copy link

You can use vim's keybindings for goto definition gd. Under the hood it runs elisp-slime-nav-find-elisp-thing-at-point. I found that this works most of the time.

@plexus
Copy link
Collaborator

plexus commented Mar 30, 2023

There's also the corgi-esque , g g.

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

3 participants