{"id":28540744,"url":"https://github.com/leecade/dotvim","last_synced_at":"2026-02-14T08:32:03.525Z","repository":{"id":7717684,"uuid":"9083208","full_name":"leecade/dotvim","owner":"leecade","description":"sync vim config","archived":false,"fork":false,"pushed_at":"2013-09-05T22:31:15.000Z","size":264,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T19:38:10.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/leecade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-28T18:06:50.000Z","updated_at":"2023-11-03T17:10:15.000Z","dependencies_parsed_at":"2022-09-02T19:40:34.899Z","dependency_job_id":null,"html_url":"https://github.com/leecade/dotvim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/leecade/dotvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fdotvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fdotvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fdotvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fdotvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leecade","download_url":"https://codeload.github.com/leecade/dotvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fdotvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29440342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-06-09T19:37:10.575Z","updated_at":"2026-02-14T08:32:03.508Z","avatar_url":"https://github.com/leecade.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"dotvim\n======\n\nbase `vim-pathogen` \u0026 `git submodule`\n\n# INSTALL\n\n```bash\n$ cd ~\n\n$ git clone git://github.com/leecade/dotvim.git .vim\n\n$ cd ~/.vim\n\n$ sh install.sh\n```\n\n# Add a bundle\n\n```bash\n$cd ~/.vim\n\n$ git submodule add git://github.com/tpope/vim-markdown.git bundle/vim-markdown\n```\n\n# Remove a bundle\n\n```bash\n$ git rm bundle/vim-markdown\n```\n\n# Update bundle\n\n```bash\n$ cd ~/.vim\n\n$ sh update.sh\n```\n# USAGE\n\n* `,d` brings up [NERDTree](https://github.com/scrooloose/nerdtree), a sidebar buffer for navigating and manipulating files\n* `,t` brings up [ctrlp.vim](https://github.com/kien/ctrlp.vim), a project file filter for easily opening specific files\n* `,b` restricts ctrlp.vim to open buffers\n* `,a` starts project search with [ack.vim](https://github.com/mileszs/ack.vim) using [ag](https://github.com/ggreer/the_silver_searcher) (like ack)\n* `ds`/`cs` delete/change surrounding characters (e.g. `\"Hey!\"` + `ds\"` = `Hey!`, `\"Hey!\"` + `cs\"'` = `'Hey!'`) with [vim-surround](https://github.com/tpope/vim-surround)\n* `\\\\\\` toggles current line comment\n* `\\\\` toggles visual selection comment lines\n* `vii`/`vai` visually select *in* or *around* the cursor's indent\n* `,[space]` strips trailing whitespace\n* `^]` jump to definition using ctags\n* `,l` begins aligning lines on a string, usually used as `,l=` to align assignments\n* `^hjkl` move between windows, shorthand for `^w hjkl`\n\n# CONTRIBUTE\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. Create new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecade%2Fdotvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleecade%2Fdotvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecade%2Fdotvim/lists"}