{"id":15632174,"url":"https://github.com/walkersumida/vscoderc","last_synced_at":"2026-02-14T20:02:04.292Z","repository":{"id":42627473,"uuid":"240642726","full_name":"walkersumida/vscoderc","owner":"walkersumida","description":"keybindings of VS Code","archived":false,"fork":false,"pushed_at":"2024-01-20T05:09:46.000Z","size":377,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T09:49:56.042Z","etag":null,"topics":["editor","neovim","vim","vimrc","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/walkersumida.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-15T04:09:03.000Z","updated_at":"2023-08-21T07:22:12.000Z","dependencies_parsed_at":"2023-11-22T06:28:36.156Z","dependency_job_id":"9bc13631-be56-4fc2-8608-eeb6d4b31028","html_url":"https://github.com/walkersumida/vscoderc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkersumida/vscoderc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkersumida%2Fvscoderc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkersumida%2Fvscoderc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkersumida%2Fvscoderc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkersumida%2Fvscoderc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkersumida","download_url":"https://codeload.github.com/walkersumida/vscoderc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkersumida%2Fvscoderc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29454679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":["editor","neovim","vim","vimrc","vscode","vscode-extension"],"created_at":"2024-10-03T10:42:53.191Z","updated_at":"2026-02-14T20:02:04.240Z","avatar_url":"https://github.com/walkersumida.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode vimrc\n## Install on macOS\n\n```\nsh ./install_vscode_settings_for_macos.sh\n```\n## Install on Linux\n\n```\nsh ./install_vscode_settings_for_linux.sh\n```\n\n* Please make a backup of your current configuration files before installing.\n\n## Key Mappings\n\nThe leader is `\u003cspace\u003e`, so whenever you see `\u003cleader\u003e` it means `\u003cspace\u003e`.\n\n### File mappings on Explorer\n\n- (a)dd a file: `m a`\n- add a (f)older: `m f`\n- (r)ename: `m r`\n- (d)elete: `m d`\n- (c)opy: `m c`\n- (p)aste: `m p`\n\n### Editor mappings\n\n- split a editor (h)orizontally: `s h`\n- split a editor (v)ertically: `s v`\n- Move the cursor to the editor above: `ctrl+k`\n- Move the cursor to the right editor: `ctrl+l`\n- Move the cursor to the editor below: `ctrl+j`\n- Move the cursor to the left editor: `ctrl+h`\n- close (o)ther editors: `ctrl+w o`\n- close the (c)urrent editor: `ctrl+w c`\n\n### Search Editor mappings\n\n- Search in all files: `\u003cleader\u003eg`\n- Open Results in Editor: `\u003center\u003e` (on Search Box)\n- Go to the target file: `ctrl+]` (on Search Results)\n\n### Terminal mappings\n\n- Focus Next Terminal: `shift+cmd+[` (on Terminal)\n- Focus Previous Terminal: `shift+cmd+]` (on Terminal)\n\n![image](https://user-images.githubusercontent.com/12683375/130454994-1dfafb4a-6db1-4756-9753-dcf16e31eccf.png)\n\n\n- Increase Terminal size: `ctrl+e k` (on Terminal)\n- Decrease Terminal size: `ctrl+e j` (on Terminal)\n\n### Normal mode mappings\n\n- Fast saving of a file: `\u003cleader\u003ew`\n- Toggle explorer: `\u003cleader\u003enn`\n- Open explorer and focus a current file: `\u003cleader\u003enf`\n- (f)ind a file by name: `ctrl+f`\n- Search in a file: `/`\n  - Focus next a search result: `n`\n  - Focus previous a search result: `shift+n`\n  - Clear search highlights: `\u003cleader\u003e\u003center\u003e`\n- Jump to definition: `ctrl+]`\n- Open definition to the side: `ctrl+cmd+]`\n- Paste: `p` or `shift+p`\n\n### Visual mode mappings\n\n- Copy: `y`\n\n### Insert mode mappings\n\n- Set to normal mode: `jj`\n\n### Debug mode mappings\n\n- Show Hover: `g h`\n\n\u003cimg width=\"784\" alt=\"image\" src=\"https://user-images.githubusercontent.com/12683375/129901538-76285a00-56cd-4c97-8f08-948ad0675e89.png\"\u003e\n\n### Show autocomplete list before typing\n\n`shift+space`\n\n## Development\n### Init\n\n```\nyarn install\n```\n\n### Run\n\n```\nyarn dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkersumida%2Fvscoderc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkersumida%2Fvscoderc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkersumida%2Fvscoderc/lists"}