hg alias
This commit is contained in:
13
google/.hgrc
13
google/.hgrc
@ -16,15 +16,15 @@ opts.vimdiff = -d
|
|||||||
# opts.vimdiff = -c ':call ShowMercurialDiff(argv(0), argv(1))'
|
# opts.vimdiff = -c ':call ShowMercurialDiff(argv(0), argv(1))'
|
||||||
|
|
||||||
[extensions]
|
[extensions]
|
||||||
unsupported.tree =
|
# unsupported.tree =
|
||||||
unsupported.alices =
|
# unsupported.alices =
|
||||||
extdiff =
|
extdiff =
|
||||||
color =
|
# color =
|
||||||
beautifygraph =
|
beautifygraph =
|
||||||
|
|
||||||
[alices]
|
# [alices]
|
||||||
findings.extra_args = --proxy
|
# findings.extra_args = --proxy
|
||||||
summarize.extra_args = --proxy
|
# summarize.extra_args = --proxy
|
||||||
|
|
||||||
[merge-tools]
|
[merge-tools]
|
||||||
vimdiff.executable = nvim
|
vimdiff.executable = nvim
|
||||||
@ -51,6 +51,7 @@ dt = icdiff --pager=on
|
|||||||
dtex = dt -r exported(.)
|
dtex = dt -r exported(.)
|
||||||
dtp4 = dt -r p4base
|
dtp4 = dt -r p4base
|
||||||
dtup = dt -r .^
|
dtup = dt -r .^
|
||||||
|
ra = revert --all
|
||||||
|
|
||||||
whatsout = status -n --change . --template=hgshort_status
|
whatsout = status -n --change . --template=hgshort_status
|
||||||
what = status -n --change . --template=hgshort_status
|
what = status -n --change . --template=hgshort_status
|
||||||
|
@ -86,10 +86,6 @@ return {
|
|||||||
cmd = {
|
cmd = {
|
||||||
"Subs",
|
"Subs",
|
||||||
},
|
},
|
||||||
-- stylua: ignore
|
|
||||||
keys = {
|
|
||||||
{ "<leader>tc", "<cmd>TextCaseOpenTelescope<CR>", mode = { "n", "v" }, desc = "Telescope" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"NvChad/nvim-colorizer.lua",
|
"NvChad/nvim-colorizer.lua",
|
||||||
|
Reference in New Issue
Block a user