{"id":13412627,"url":"https://github.com/vim/vim","last_synced_at":"2025-05-12T18:42:51.573Z","repository":{"id":36690988,"uuid":"40997482","full_name":"vim/vim","owner":"vim","description":"The official Vim repository","archived":false,"fork":false,"pushed_at":"2025-04-23T19:15:51.000Z","size":159921,"stargazers_count":38004,"open_issues_count":1527,"forks_count":5650,"subscribers_count":668,"default_branch":"master","last_synced_at":"2025-04-23T22:52:04.355Z","etag":null,"topics":["c","cross-platform","text-editor","vim"],"latest_commit_sha":null,"homepage":"https://www.vim.org","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"vim","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://www.vim.org/sponsor/index.php"}},"created_at":"2015-08-18T21:03:56.000Z","updated_at":"2025-04-23T19:29:41.000Z","dependencies_parsed_at":"2023-01-17T04:15:54.411Z","dependency_job_id":"e92ca10d-e769-4a67-a056-94adf0994208","html_url":"https://github.com/vim/vim","commit_stats":{"total_commits":20187,"total_committers":501,"mean_commits":"40.293413173652695","dds":0.1796700847079804,"last_synced_commit":"7cfe693f9bfa74690867e4d96c25f2205d0d13e4"},"previous_names":[],"tags_count":18041,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vim","download_url":"https://codeload.github.com/vim/vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528695,"owners_count":21445511,"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":["c","cross-platform","text-editor","vim"],"created_at":"2024-07-30T20:01:26.972Z","updated_at":"2025-04-23T22:52:19.440Z","avatar_url":"https://github.com/vim.png","language":"Vim Script","readme":"# [![Vim The editor](https://github.com/vim/vim/raw/master/runtime/vimlogo.gif)](https://www.vim.org)\n\n[![Github Build status](https://github.com/vim/vim/workflows/GitHub%20CI/badge.svg)](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22)\n[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)\n[![Cirrus Build Status](https://api.cirrus-ci.com/github/vim/vim.svg)](https://cirrus-ci.com/github/vim/vim)\n[![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)\n[![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)\n[![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim)\n[![Packages](https://repology.org/badge/tiny-repos/vim.svg)](https://repology.org/metapackage/vim)\n[![Fossies codespell report](https://fossies.org/linux/test/vim-master.tar.gz/codespell.svg)](https://fossies.org/linux/test/vim-master.tar.gz/codespell.html)\n\nIf you find a bug or want to discuss the best way to add a new feature, please\n[open an issue](https://github.com/vim/vim/issues/new/choose).\nIf you have a question or want to discuss the best way to do something with\nVim, you can use [StackExchange](https://vi.stackexchange.com/)\nor one of the [Maillists](https://www.vim.org/community.php).\n\n## What is Vim?\n\nVim is a greatly improved version of the good old UNIX editor\n[Vi](https://en.wikipedia.org/wiki/Vi_(text_editor)).  Many new\nfeatures have been added: multi-level undo, syntax highlighting, command line\nhistory, on-line help, spell checking, filename completion, block operations,\nscript language, etc.  There is also a Graphical User Interface (GUI)\navailable.  Still, Vi compatibility is maintained, those who have Vi \"in the\nfingers\" will feel at home.\nSee [`runtime/doc/vi_diff.txt`](runtime/doc/vi_diff.txt) for differences with\nVi.\n\nThis editor is very useful for editing programs and other plain text files.\nAll commands are given with normal keyboard characters, so those who can type\nwith ten fingers can work very fast.  Additionally, function keys can be\nmapped to commands by the user, and the mouse can be used.\n\nVim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all\nflavours of UNIX.  Porting to other systems should not be very difficult.\nOlder versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,\nAmiga DOS, Atari MiNT, BeOS, RISC OS and OS/2.  These are no longer maintained.\n\nFor Vim9 script see [README_VIM9](README_VIM9.md).\n\n## Distribution\n\nYou can often use your favorite package manager to install Vim.  On Mac and\nLinux a small version of Vim is pre-installed, you still need to install Vim\nif you want more features.\n\nThere are separate distributions for Unix, PC, Amiga and some other systems.\nThis `README.md` file comes with the runtime archive.  It includes the\ndocumentation, syntax files and other files that are used at runtime.  To run\nVim you must get either one of the binary archives or a source archive.\nWhich one you need depends on the system you want to run it on and whether you\nwant or must compile it yourself.  Check https://www.vim.org/download.php for\nan overview of currently available distributions.\n\nSome popular places to get the latest Vim:\n* Check out the git repository from [GitHub](https://github.com/vim/vim).\n* Get the source code as an [archive](https://github.com/vim/vim/tags).\n* Get a Windows executable from the\n[vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository.\n\n## Compiling\n\nIf you obtained a binary distribution you don't need to compile Vim.  If you\nobtained a source distribution, all the stuff for compiling Vim is in the\n[`src`](./src/) directory.  See [`src/INSTALL`](./src/INSTALL) for instructions.\n\n## Installation\n\nSee one of these files for system-specific instructions.  Either in the\n[READMEdir directory](./READMEdir/) (in the repository) or\nthe top directory (if you unpack an archive):\n\n```\nREADME_ami.txt\t\tAmiga\nREADME_unix.txt\t\tUnix\nREADME_dos.txt\t\tMS-DOS and MS-Windows\nREADME_mac.txt\t\tMacintosh\nREADME_haiku.txt\tHaiku\nREADME_vms.txt\t\tVMS\n```\n\nThere are other `README_*.txt` files, depending on the distribution you used.\n\n## Documentation\n\nThe Vim tutor is a one hour training course for beginners.  Often it can be\nstarted as `vimtutor`.  See `:help tutor` for more information.\n\nThe best is to use `:help` in Vim.  If you don't have an executable yet, read\n[`runtime/doc/help.txt`](./runtime/doc/help.txt).\nIt contains pointers to the other documentation files.\nThe User Manual reads like a book and is recommended to learn to use\nVim.  See `:help user-manual`.\n\n## Copying\n\nVim is Charityware.  You can use and copy it as much as you like, but you are\nencouraged to make a donation to help orphans in Uganda.  Please read the file\n[`runtime/doc/uganda.txt`](./runtime/doc/uganda.txt)\nfor details (do `:help uganda` inside Vim).\n\nSummary of the license: There are no restrictions on using or distributing an\nunmodified copy of Vim.  Parts of Vim may also be distributed, but the license\ntext must always be included.  For modified versions, a few restrictions apply.\nThe license is GPL compatible, you may compile Vim with GPL libraries and\ndistribute it.\n\n## Sponsoring\n\nFixing bugs and adding new features takes a lot of time and effort.  To show\nyour appreciation for the work and motivate developers to continue working on\nVim please send a donation.\n\nThe money you donated will be mainly used to help children in Uganda.  See\n[`runtime/doc/uganda.txt`](./runtime/doc/uganda.txt).  But at the same time\ndonations increase the development team motivation to keep working on Vim!\n\nFor the most recent information about sponsoring look on the Vim web site:\n\thttps://www.vim.org/sponsor/\n\n## Contributing\n\nIf you would like to help make Vim better, see the\n[CONTRIBUTING.md](./CONTRIBUTING.md) file.\n\n## Information\n\nIf you are on macOS, you can use [MacVim](https://macvim.org).\n\nThe latest news about Vim can be found on the Vim home page:\n\thttps://www.vim.org/\n\nIf you have problems, have a look at the Vim documentation or tips:\n\thttps://www.vim.org/docs.php\n\thttps://vim.fandom.com/wiki/Vim_Tips_Wiki\n\nIf you still have problems or any other questions, use one of the mailing\nlists to discuss them with Vim users and developers:\n\thttps://www.vim.org/maillist.php\n\nIf nothing else works, report bugs directly to the vim-dev mailing list:\n\t`\u003cvim-dev@vim.org\u003e`\n\n## Main author\n\nMost of Vim was created by Bram Moolenaar `\u003cBram@vim.org\u003e`\n[Bram-Moolenaar](https://vimhelp.org/version9.txt.html#Bram-Moolenaar)\n\nSend any other comments, patches, flowers and suggestions to the vim-dev mailing list:\n\t`\u003cvim-dev@vim.org\u003e`\n\nThis is `README.md` for version 9.1 of Vim: Vi IMproved.\n","funding_links":["https://www.vim.org/sponsor/index.php"],"categories":["C","Vim Script","What is Vim?","Programming","HarmonyOS","Development","Applications","Requirements","Vim script","Vim script (5)","vim","c","Text editors","Terminal","Text Editor","Tools","IDEs / Text Editors","Ports and Programs","编辑器","Table of Contents","Reading and Writing Tools","Code Editors","my-ubuntu"],"sub_categories":["Code Editors","Windows Manager","Text Editors","Static","IDE","Apps and Tools","Follow me","Editors","网络服务_其他","Code Editor","💻 IDE (12)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvim%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim%2Fvim/lists"}