{"id":16330082,"url":"https://github.com/rmax/dotfiles","last_synced_at":"2026-01-25T02:01:33.339Z","repository":{"id":918360,"uuid":"681285","full_name":"rmax/dotfiles","owner":"rmax","description":"My dot files. DEPRECATED. Go -\u003e https://github.com/rmax/dotfiles-ng","archived":false,"fork":false,"pushed_at":"2015-07-24T02:03:56.000Z","size":687,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T09:14:49.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/rmax.png","metadata":{"files":{"readme":"README.rst","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":"2010-05-23T01:37:23.000Z","updated_at":"2020-02-09T18:54:20.000Z","dependencies_parsed_at":"2022-07-24T21:17:22.804Z","dependency_job_id":null,"html_url":"https://github.com/rmax/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rmax/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmax","download_url":"https://codeload.github.com/rmax/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28741622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:40:51.112Z","status":"online","status_checked_at":"2026-01-25T02:00:06.841Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10T23:18:27.655Z","updated_at":"2026-01-25T02:01:33.268Z","avatar_url":"https://github.com/rmax.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"===================\nRolando's dotfiles\n===================\n\n\n\nVim\n===\n\nUseful Commands and Shortcuts\n-----------------------------\n\n\nAutocompletion\n^^^^^^^^^^^^^^\n\n\nDocument Navigation\n^^^^^^^^^^^^^^^^^^^\n\n`g;`\n  Go to older position in changelist.\n\n`g,`\n  Go to newer position in changelist.\n\n`%`\n  Jump to matching opening or closing parenthesis.\n\n\nSearch, replace and highlight\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n`/[term]`\n  Search for term.\n\n`/[term]/e`\n  Search for term and put the cursor at the end.\n\n`*`\n  Highlight all occurrences of current word under cursor. Hit `*`, `n`, `N` to\n  traverse through all ocurrences.\n\n`:s/[search]/[replace]/`\n  Search and replace first occurrence.\n\n`:%s/[search]/[replace]/`\n  Search and replace all occurrences in the document.\n\n\nSpelling\n^^^^^^^^\n\n`set spell spelllang=en_us`\n  Enable spell for american english.\n\n`[s`, `]s`\n  Navigate through spelling errors.\n\n`z=`\n  Make correction from suggestions.\n\n\n\n\nText Formatting\n^^^^^^^^^^^^^^^\n\n`gqq`\n  Format current line.\n\n`gqap`\n  Format current paragraph.\n\n\n\nPaths and files\n^^^^^^^^^^^^^^^\n\n`:cd [path]`\n  Change global working dir to `[path]`.\n\n`:cd %:p:h`\n  Change global working dir to current file's dir.\n\n`:lcd`\n  Same as `:cd` but for the local window.  \n\n`:pwd`\n  Display current workng dir.\n\n\nQuickfix Window\n---------------\n\nErros list window generated after `:make` command.\n\n`:cw`\n  Open quickfix window.\n`\u003cleader\u003ecc`\n  See the error in current line.\n`:cc`, `:cn`, `:cp`\n  See the current/next/previous error.\n`:clist`\n  List all errors.\n\n\nTagList\n-------\n\n`\u003cF4\u003e`\n  Open tag list. Then `o` opens tag definition, `p` previews tag definition.\n\n`\u003cALT\u003e-\u003cRIGHT\u003e`\n  Go to tag definition of term under the cursor.\n\n`\u003cALT\u003e-\u003cLEFT\u003e`\n  Go back in tag stack. \n\n`!ctags -R .`\n  Generate tag file recursevily \n\n\nPylint\n------\n\n`:make`\n  Run pylint on current buffer.\nSee quickfix section to browser errors.\n\nCommand-t\n---------\n\n`\u003cleader\u003et`\n  Opens command-t window, it loads current directory files recursevily.\n  Some files like \\*~ are not loaded.\nType a pattern\n  The matching lets you use any single chars found in your target file.\n  For example: \"d/v/p/c\" will include \"dotfiles/vim/plugins/command-t.vim\".\n\n\n  \nLusty\n-----\n\n`\u003cleader\u003elj`\n  Open buffer list.\n\n`\u003cleader\u003elf`\n  Open file explorer.\n\n`\u003cleader\u003elr`\n  Open file explorer from here.\n\n`\u003cleader\u003elb`\n  Open buffer explorer.\n\n`\u003cleader\u003elg`\n  Open grep-enabled buffer explorer.\n  \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmax%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmax%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmax%2Fdotfiles/lists"}