{"id":13494331,"url":"https://github.com/tpope/vim-sensible","last_synced_at":"2025-05-14T11:11:03.784Z","repository":{"id":6238006,"uuid":"7469800","full_name":"tpope/vim-sensible","owner":"tpope","description":"sensible.vim: Defaults everyone can agree on","archived":false,"fork":false,"pushed_at":"2024-06-08T16:27:52.000Z","size":60,"stargazers_count":5212,"open_issues_count":8,"forks_count":279,"subscribers_count":108,"default_branch":"master","last_synced_at":"2025-04-09T02:18:13.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.vim.org/scripts/script.php?script_id=4391","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpope.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"tpope","custom":["https://www.paypal.me/vimpope"]}},"created_at":"2013-01-06T16:35:33.000Z","updated_at":"2025-04-05T21:15:00.000Z","dependencies_parsed_at":"2023-01-13T13:54:01.056Z","dependency_job_id":"cf2d81ab-4249-4b9b-8001-6860715e9aa9","html_url":"https://github.com/tpope/vim-sensible","commit_stats":{"total_commits":111,"total_committers":19,"mean_commits":5.842105263157895,"dds":"0.16216216216216217","last_synced_commit":"5693bb650a26723975276bef7b1da2f00a571e0e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-sensible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-sensible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-sensible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-sensible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpope","download_url":"https://codeload.github.com/tpope/vim-sensible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129492,"owners_count":22019628,"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-07-31T19:01:24.011Z","updated_at":"2025-05-14T11:10:58.773Z","avatar_url":"https://github.com/tpope.png","language":"Vim Script","readme":"# sensible.vim\n\nThink of sensible.vim as one step above `'nocompatible'` mode: a universal\nset of defaults that (hopefully) everyone can agree on.\n\n* If you're new to Vim, you can install this as a starting point, rather than\n  copying some random vimrc you found.\n* If you're pair programming and you can't agree on whose vimrc to use, this\n  can be your neutral territory.\n* If you're administrating a server with an account that's not exclusively\n  yours, you can `scp` this up to make things a bit more tolerable.\n* If you're troubleshooting a plugin and need to rule out interference from\n  your vimrc, having this installed will ensure you still have some basic\n  amenities.\n\n## Installation\n\nInstall using your favorite package manager, or use Vim's built-in package\nsupport:\n\n    mkdir -p ~/.vim/pack/tpope/start\n    cd ~/.vim/pack/tpope/start\n    git clone https://tpope.io/vim/sensible.git\n\n## Features\n\nSee the [source][] for the authoritative list of features.  (Don't worry, it's\nmostly `:set` calls.)  Here's a taste:\n\n* `'backspace'`: Backspace through anything in insert mode.\n* `'incsearch'`: Start searching before pressing enter.\n* `'listchars'`: Makes `:set list` (visible whitespace) prettier.\n* `'scrolloff'`: Always show at least one line above/below the cursor.\n* `'autoread'`: Autoload file changes. You can undo by pressing `u`.\n* `runtime! macros/matchit.vim`: Load the version of matchit.vim that ships\n  with Vim.\n\n[source]: https://github.com/tpope/vim-sensible/tree/master/plugin/sensible.vim\n\n## FAQ\n\n\u003e How can I see what this plugin actually does?\n\nThe [source][] is authoritative.  Use `:help 'option'` to see the\ndocumentation for an option.  If you install [scriptease.vim][], you can press\n`K` on an option (or command, or function) to jump to its documentation.\n\n[scriptease.vim]: https://github.com/tpope/vim-scriptease\n\n\u003e How can I override a setting?\n\nNormally, sensible.vim loads after your vimrc, making it a bit tricky to\noverride (although you could use `after/plugin/sensible.vim`).  If you want to\nload it earlier, add the following line to your vimrc, then put your overrides\nbelow.\n\n    runtime! plugin/sensible.vim\n\nFeel free to [let me know][GitHub issues] which setting you object to, so I\ncan reassess whether it makes sense to include it.\n\n## Contributing\n\nI want this to be a plugin nobody objects to installing.  [Let me\nknow][GitHub issues] if you have any objections to *anything*.  There are a\nhandful of settings I figured *might* be controversial, but I included\nanyways, just to settle the question once and for all.  It won't take much\npersuasion for me to remove them.  Everything else is negotiable.\n\nFeel free to ask a question if you're not sure why I've set something, as I\nhaven't put much effort into documenting that.\n\nI'm a stickler for [commit messages][], so if you send me a pull request with\nso much as a superfluous period in the subject line, I will close it without\nso much as a second thought, and save my precious attention for someone who\ncan actually follow directions.\n\n[GitHub issues]: http://github.com/tpope/vim-sensible/issues\n[commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html\n\n## Self-Promotion\n\nLike sensible.vim? Follow the repository on\n[GitHub](https://github.com/tpope/vim-sensible) and vote for it on\n[vim.org](http://www.vim.org/scripts/script.php?script_id=4391). And if\nyou're feeling especially charitable, follow [tpope](http://tpo.pe/) on\n[Twitter](http://twitter.com/tpope) and\n[GitHub](https://github.com/tpope).\n\nThis pairs great with [sleuth.vim](https://github.com/tpope/vim-sleuth).\n\n## License\n\nCopyright © Tim Pope.  Distributed under the same terms as Vim itself.\nSee `:help license`.\n","funding_links":["https://github.com/sponsors/tpope","https://www.paypal.me/vimpope"],"categories":["Vim Script","Vim script","Basics"],"sub_categories":["[Vim](http://www.vim.org)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-sensible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpope%2Fvim-sensible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-sensible/lists"}