-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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(gitsigns): make visual mode descriptions consistent with normal mode #1266
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NgoranA
pushed a commit
to NgoranA/kickstart.nvim
that referenced
this pull request
Dec 16, 2024
dipzera
pushed a commit
to dipzera/kickstart.nvim
that referenced
this pull request
Dec 18, 2024
sychugin
pushed a commit
to sychugin/kickstart.nvim
that referenced
this pull request
Dec 19, 2024
vivek-shrikhande
pushed a commit
to vivek-shrikhande/kickstart.nvim
that referenced
this pull request
Dec 19, 2024
sychugin
pushed a commit
to sychugin/kickstart.nvim
that referenced
this pull request
Dec 19, 2024
ramintheredmn
pushed a commit
to ramintheredmn/myneovim.nvim
that referenced
this pull request
Dec 21, 2024
samiiali
pushed a commit
to samiiali/kickstart.nvim
that referenced
this pull request
Dec 25, 2024
fardente
pushed a commit
to fardente/kickstart.nvim
that referenced
this pull request
Dec 26, 2024
NathanKuhn
pushed a commit
to NathanKuhn/kickstart.nvim
that referenced
this pull request
Dec 27, 2024
ivblumf
pushed a commit
to ivblumf/kickstart.nvim
that referenced
this pull request
Dec 27, 2024
gant123
pushed a commit
to gant123/kickstart.nvim
that referenced
this pull request
Dec 30, 2024
clowiie
pushed a commit
to clowiie/kickstart.nvim
that referenced
this pull request
Jan 2, 2025
kontr0x
pushed a commit
to kontr0x/my-kickstart.nvim
that referenced
this pull request
Jan 2, 2025
RockBacon9922
pushed a commit
to RockBacon9922/nvim
that referenced
this pull request
Jan 5, 2025
mhamza15
pushed a commit
to mhamza15/kickstart.nvim
that referenced
this pull request
Jan 6, 2025
codemedic
added a commit
to codemedic/kickstart.nvim
that referenced
this pull request
Jan 10, 2025
* master: fix(gitsigns): make visual mode descriptions consistent with normal mode (nvim-lua#1266) Issue 1249 which key comments (nvim-lua#1263) Use consistent syntax style for { ... } "pseudocode" (nvim-lua#1247) Tweak outdated comment about lazy's `config` key usage. (nvim-lua#1250) fix: which-key comment typo (nvim-lua#1227) Fix nvim-dap not lazy loading (nvim-lua#1216) feat: Change to prepare for upcoming deprecation of configuring diagnostic-signs using sign_define() (nvim-lua#1232)
simon-javier
pushed a commit
to simon-javier/my-kickstart-modular.nvim
that referenced
this pull request
Jan 10, 2025
louis-smit
pushed a commit
to louis-smit/kickstart.nvim
that referenced
this pull request
Jan 12, 2025
simon-javier
pushed a commit
to simon-javier/my-kickstart-modular.nvim
that referenced
this pull request
Jan 13, 2025
Lwessel812
pushed a commit
to Lwessel812/kickstart
that referenced
this pull request
Jan 16, 2025
mrmarvmarvv
pushed a commit
to mrmarvmarvv/kickstart.nvim
that referenced
this pull request
Jan 16, 2025
sfragis
pushed a commit
to sfragis/kickstart.nvim
that referenced
this pull request
Jan 17, 2025
na47io
pushed a commit
to na47io/kickstart.nvim
that referenced
this pull request
Jan 21, 2025
chaimleib
pushed a commit
to chaimleib/kickstart.nvim
that referenced
this pull request
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update visual mode keymaps for "stage hunk" and "reset hunk" to match normal mode descriptions.