minor updatre

This commit is contained in:
Alexander Navarro 2025-10-09 18:03:52 -03:00
parent 3129cc7bee
commit 7c1b64881b
9 changed files with 15 additions and 7 deletions

View file

@ -44,6 +44,7 @@ prepend_keymap = [
{ on = ["<C-x>", "k"], run = "shell 'ya pub-to 0 TransferUpload --list \"$@\"'", desc = "Upload with transfer.nvim" },
{ on = ["<C-x>", "d"], run = ["shell 'ya pub-to 0 DiffRemote --orphan --list \"$@\"'", "quit"], desc = "Diff with transfer.nvim" },
{ on = ["<C-x>", "<S-D>"], run = ["shell 'ya pub-to 0 TransferDirDiff --list \"$@\"'"], desc = "Diff directory with transfer.nvim" },
]
[input]