Add diff to main command
This commit is contained in:
parent
f6fa63ecb9
commit
e03c864b4a
2 changed files with 11 additions and 7 deletions
|
|
@ -72,6 +72,10 @@ return {
|
|||
desc = "Diffview since develop branch",
|
||||
cmd = ":DiffviewOpen develop...<CR>"
|
||||
},
|
||||
{
|
||||
desc = "Diffview since main branch",
|
||||
cmd = ":DiffviewOpen main...<CR>"
|
||||
},
|
||||
{
|
||||
cmd = ":UndotreeToggle<CR>",
|
||||
desc = "Undotree",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue