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

fix(lsp): incorrect g goto capitalization #3950

Merged
merged 1 commit into from Mar 20, 2023
Merged

Conversation

jukrb0x
Copy link
Contributor

@jukrb0x jukrb0x commented Mar 12, 2023

Description

This PR corrects the capitalization of the g goto shortcut in the keybindings, which was previously inconsistent with the corresponding actions. Specifically, gd (go to definition) should be lowercase, while gD (go to Declaration) should be uppercase. This update ensures that the keybindings are more intuitive and consistent with their associated actions.

  • gd: go definition
  • gD: go Declaration

How Has This Been Tested?

  • g shows the goto dashboard, the capitalized D should be mapped to Declaration instead of definition.

image

- gd: go definition
- gD: go Declaration
@cpea2506 cpea2506 merged commit f64294f into LunarVim:master Mar 20, 2023
8 checks passed
@cpea2506
Copy link
Member

Thanks! Good catch 😁

tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Mar 20, 2023
* upstream/master:
  fix(dap): invalid border value (LunarVim#3951)
  fix: copilot indent reset (LunarVim#3343) (LunarVim#3960)
  fix(lsp): incorrect `g` goto capitalization (LunarVim#3950)
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.

None yet

3 participants