Compare commits
11 commits
be0cc6b971
...
8e8126e282
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 8e8126e282 | ||
Bruno BELANYI | 5519bbc49b | ||
Bruno BELANYI | b107ee04f0 | ||
Bruno BELANYI | b1e484474f | ||
Bruno BELANYI | 5ddd6b4425 | ||
Bruno BELANYI | 5ddb72e6c0 | ||
Bruno BELANYI | bb8f25e130 | ||
Bruno BELANYI | a4da9cc614 | ||
Bruno BELANYI | 65d036f473 | ||
Bruno BELANYI | a25b541650 | ||
Bruno BELANYI | 11201a685d |
|
@ -67,6 +67,7 @@ local objects = {
|
||||||
local visual = {
|
local visual = {
|
||||||
["ih"] = { gitsigns.select_hunk, "Git hunk" },
|
["ih"] = { gitsigns.select_hunk, "Git hunk" },
|
||||||
|
|
||||||
|
-- Only the actual command can make use of the visual selection...
|
||||||
["<leader>g"] = {
|
["<leader>g"] = {
|
||||||
name = "Git",
|
name = "Git",
|
||||||
p = { gitsigns.preview_hunk, "Preview selection" },
|
p = { gitsigns.preview_hunk, "Preview selection" },
|
||||||
|
|
Loading…
Reference in a new issue