{"id":16054658,"url":"https://github.com/agilous/dot-vim","last_synced_at":"2026-01-26T00:39:13.618Z","repository":{"id":21976881,"uuid":"25301720","full_name":"agilous/dot-vim","owner":"agilous","description":"My VIM config heavily borrowed from Sharethrough's","archived":false,"fork":false,"pushed_at":"2014-11-20T19:10:15.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T19:47:06.706Z","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/agilous.png","metadata":{"files":{"readme":"README.markdown","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":"2014-10-16T12:47:58.000Z","updated_at":"2014-11-20T19:10:15.000Z","dependencies_parsed_at":"2022-08-05T15:18:14.960Z","dependency_job_id":null,"html_url":"https://github.com/agilous/dot-vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agilous/dot-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilous%2Fdot-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilous%2Fdot-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilous%2Fdot-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilous%2Fdot-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilous","download_url":"https://codeload.github.com/agilous/dot-vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilous%2Fdot-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28762935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"ssl_error","status_checked_at":"2026-01-26T00:37:25.959Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-10-09T02:02:24.022Z","updated_at":"2026-01-26T00:39:13.602Z","avatar_url":"https://github.com/agilous.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"installation\n------------\n\n* Clone git repo into home directory\n* `mv dot-vim .vim`\n* `cd ~/.vim`\n* Run `git submodule init` and `git submodule update`\n* `ln -s ~/.vim/vimrc ~/.vimrc`\n* `ln -s ~/.vim/gvimrc ~/.gvimrc`\n\n#### CTags\n* download from [Sourceforge](http://sourceforge.net/projects/ctags/files/ctags/5.8/ctags-5.8.tar.gz/download?use_mirror=softlayer)\n* `tar xzvf ctags-5.8.tar.gz`\n* `cd ctags-5.8`\n* `./configure`\n* `make`\n* `sudo make install`\n* if there are any problems, read this: http://runtime-era.blogspot.com/2012/05/exuberant-ctags-in-osx-107.html\n\n#### JSHint\n* `brew install node`\n* `curl https://npmjs.org/install.sh | sh`\n* `npm install -g jshint`\n\ncustomizations\n--------------\n\n* Comma is \u0026lt;leader\u0026gt;\n* \u003cleader\u003ecf - copy current file's path. This is good for a testing workflow where you copy the spec file's path, go to the terminal, and paste in the path after an rspec command\n* Command / - comment out current line or visually selected lines\n* \u003cleader\u003ev - creates empty vertical split\n* \u003cleader\u003ews - removes trailing whitespace\n* \u003cleader\u003ert - generate ctags for current directory for find definition\n* Control ] - go to definition\n* Control s - split window and go to corresponding rspec file\n\nplugin additions\n----------------\n\n### Control-P\n* `cd ~/.vim`\n* `git clone https://github.com/kien/ctrlp.vim.git bundle/ctrlp.vim`\n* `git submodule add https://github.com/kien/ctrlp.vim.git bundle/ctrlp.vim`\n* Command t - find file\n* \u003cleader\u003eb - find file in open buffers\n* \u003cleader\u003ecpc - refresh file buffer (\"control-p clear\")\n\n### NERD Tree\n* \u003cleader\u003ent - open/close NERD tree\n\n### Zoomwin\n* \u003cleader\u003e\u003cleader\u003e - set focus on current window/show all open windows\n\n### Kwbd\n* \u003cleader\u003ebd - close buffer without closing split window\n\n### Git Grep\n* \u003cleader\u003egg - git grep search for input\n\n### JSHint\n* Saving js files with errors will show a red squiggle.\n* Open the quickfix window (:copen|:cclose) to see the error and line number.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilous%2Fdot-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilous%2Fdot-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilous%2Fdot-vim/lists"}