{"id":13567140,"url":"https://github.com/codeindulgence/vim-tig","last_synced_at":"2025-04-04T01:31:06.201Z","repository":{"id":41855073,"uuid":"53568762","full_name":"codeindulgence/vim-tig","owner":"codeindulgence","description":"Do a tig in your vim","archived":false,"fork":false,"pushed_at":"2022-04-26T07:35:23.000Z","size":12,"stargazers_count":37,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-04T21:37:22.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeindulgence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-10T08:40:10.000Z","updated_at":"2023-12-28T12:49:20.000Z","dependencies_parsed_at":"2022-08-11T19:31:27.420Z","dependency_job_id":null,"html_url":"https://github.com/codeindulgence/vim-tig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeindulgence%2Fvim-tig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeindulgence%2Fvim-tig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeindulgence%2Fvim-tig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeindulgence%2Fvim-tig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeindulgence","download_url":"https://codeload.github.com/codeindulgence/vim-tig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107816,"owners_count":20884793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:02:24.637Z","updated_at":"2025-04-04T01:31:03.480Z","avatar_url":"https://github.com/codeindulgence.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"Vim Tig\n=======\nLove [Tig](https://github.com/jonas/tig)? Me too!  \nLove Vim? OMG we're totes the same!  \nSo here's a simple plugin to make calling tig in vim easy peasy.  \n\nRequirements\n------------\nNeovim. This plugin uses Neovim's built in terminal; therefore it will crash\nand burn on classic Vim. Classic support may be added if either\n\n1. enough people want it\n2. I go back to classic Vim\n3. someone else does it :)\n\nInstallation\n------------\nUse your favourite plugin manager.\n\nUsage\n-----\nSimply run `:Tig`  \nor bind a key to it, e.g.:\n```\nmap \u003cC-G\u003e :Tig\u003cCr\u003e\n```\n\nPass tig commands:\n```\n:Tig show\n```\n\nShow commit log of current file:\n```\n:Tig!\n```\n\nConfiguration\n-------------\nTig executable: `let g:tig_executable = 'tig'`\nTig command to run: `let g:tig_default_command = 'status'`\nVim command to run on tig exit: `let g:tig_on_exit = 'bw!'`\nVim command before opening terminal: `let g:tig_open_command = 'enew'`\n\nContributing\n------------\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\nCredits\n-------\n[Nick Butler](https://www.codeindulgence.com) \u003cnick@codeindulgence.com\u003e\n\nAdditional thanks to [Mizuchi](https://github.com/Mizuchi) for [vim-ranger](https://github.com/Mizuchi/vim-ranger/) which was used as a reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeindulgence%2Fvim-tig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeindulgence%2Fvim-tig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeindulgence%2Fvim-tig/lists"}