Commit Graph

4 Commits

Author SHA1 Message Date
Sangho Lee 8fb5068d69 fix: correct gitsigns mapping for <leader>tD
The previous mapping <leader>tD was described as "[T]oggle git show [D]eleted"
but was mapped to preview_hunk_inline, which didn't match the description.
This commit updates the mapping to toggle_deleted, which fits the description.
2025-04-27 20:24:54 +09:00
Erlan Rangel 94f551b803
fix (#1319): gitsigns deprecated functions (#1321)
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
2025-02-15 00:48:37 -05:00
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 2024-12-15 00:42:39 -05:00
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 2024-04-17 21:00:39 -04:00