home: vim: git: use consistent textobject names
Specifically, use a lower-case name, to be consistent with all other textobjects.
This commit is contained in:
parent
ab34234c83
commit
69b9480aa1
1 changed files with 2 additions and 2 deletions
|
|
@ -57,12 +57,12 @@ local keys = {
|
|||
|
||||
local objects = {
|
||||
mode = "o",
|
||||
{ "ih", gitsigns.select_hunk, desc = "Git hunk" },
|
||||
{ "ih", gitsigns.select_hunk, desc = "git hunk" },
|
||||
}
|
||||
-- Visual
|
||||
local visual = {
|
||||
mode = { "x" },
|
||||
{ "ih", gitsigns.select_hunk, desc = "Git hunk" },
|
||||
{ "ih", gitsigns.select_hunk, desc = "git hunk" },
|
||||
{ "<leader>g", group = "Git" },
|
||||
{ "<leader>gp", gitsigns.preview_hunk, desc = "Preview selection" },
|
||||
{ "<leader>gr", make_visual(gitsigns.reset_hunk), desc = "Restore selection" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue