{"id":17060301,"url":"https://github.com/apriendeau/base-vimrc","last_synced_at":"2026-05-09T09:34:37.795Z","repository":{"id":149825609,"uuid":"91386278","full_name":"apriendeau/base-vimrc","owner":"apriendeau","description":"basic vimrc","archived":false,"fork":false,"pushed_at":"2020-06-18T22:13:34.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T14:47:17.227Z","etag":null,"topics":["vim"],"latest_commit_sha":null,"homepage":null,"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/apriendeau.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-15T21:25:07.000Z","updated_at":"2020-06-18T22:13:37.000Z","dependencies_parsed_at":"2023-04-28T05:33:34.224Z","dependency_job_id":null,"html_url":"https://github.com/apriendeau/base-vimrc","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/apriendeau%2Fbase-vimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriendeau%2Fbase-vimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriendeau%2Fbase-vimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriendeau%2Fbase-vimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apriendeau","download_url":"https://codeload.github.com/apriendeau/base-vimrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072268,"owners_count":20556353,"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":["vim"],"created_at":"2024-10-14T10:36:44.940Z","updated_at":"2026-05-09T09:34:32.770Z","avatar_url":"https://github.com/apriendeau.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base-vimrc\n\nA basic vimrc for teaching with some base plugins for python and go.\n\n## Config Setup\n\nTo install the vimrc, from inside of this directory run: `cp vimrc ~/.vimrc`\n\n## vim-plug\n\nWe are going to use [vim-plug](https://github.com/junegunn/vim-plug). Before anything, run the command below.\n\n```\ncurl -fLo ~/.vim/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\nTo install plugins: `:PlugInstall`\nTo update plugins: `:PlugUpdate`\nTo update vim-plug: `:PlugUpgrade`\n\n## Modes\n\nThere three main modes of vim. Normal, Insert and Visual are key.\n\n* Normal is the base mode of things. You will run commands through normal mode.\n    * to return to normal mode from insert or visual mode, press `esc`\n* Insert is where you can insert characters into a file\n    * To enter insert mode from vim, press `i`\n* Visual/visual block is where you can select/modify multiple lines\n    * To enter visual mode: press `v`\n\n\n## Helpful commands\n\nEvery command is ran with `:` or the colon in normal mode.\n\n1. quit: `q`\n2. write: `w`\n3. exit: `x`\n4. force: `!` Ex (quit without saving): `:q!`\n5. Search: `/`\n6. Search and Replace: `%s/{regex}/{replacement}/{modifiers}`:W\n\n## NERDTree\nTo open NERDTree: Press `\\` then `tab`\n\nWhen opening files, you have options: press `enter` \n\n\n## Themes\n\n[themes](http://vimcolors.com/)\n`color {theme_name}`\n\n[airline-themes](https://github.com/vim-airline/vim-airline/wiki/Screenshots)\n`let g:airline_theme='colorline'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapriendeau%2Fbase-vimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapriendeau%2Fbase-vimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapriendeau%2Fbase-vimrc/lists"}