{"id":19223399,"url":"https://github.com/yuryalencar/vim-configuration","last_synced_at":"2026-06-16T03:32:06.345Z","repository":{"id":114856583,"uuid":"396041863","full_name":"yuryalencar/vim-configuration","owner":"yuryalencar","description":"This is an customized vim configuration to install using PlugInstall","archived":false,"fork":false,"pushed_at":"2021-08-18T14:31:11.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T09:45:11.828Z","etag":null,"topics":["vim","vim-config","vim-plugins","vimrc"],"latest_commit_sha":null,"homepage":"https://github.com/yuryalencar/vim-configuration","language":"Vim script","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/yuryalencar.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":"2021-08-14T15:01:27.000Z","updated_at":"2024-02-16T02:27:44.000Z","dependencies_parsed_at":"2023-03-13T13:04:46.880Z","dependency_job_id":null,"html_url":"https://github.com/yuryalencar/vim-configuration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuryalencar/vim-configuration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fvim-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fvim-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fvim-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fvim-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuryalencar","download_url":"https://codeload.github.com/yuryalencar/vim-configuration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fvim-configuration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34390052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["vim","vim-config","vim-plugins","vimrc"],"created_at":"2024-11-09T15:08:06.915Z","updated_at":"2026-06-16T03:32:06.325Z","avatar_url":"https://github.com/yuryalencar.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-configuration\n\n#### go to /Users/[your-user]\n\n```bash\ncd /\n```\n\n#### create .vim folder in /Users/[your-user]\n\n```bash\nmkdir .vim\n```\n\n#### clone repository in /Users/[your-user]\n\n```bash\ngit clone git@github.com:yuryalencar/vim-configuration.git\n```\n\n#### copy .vimrc.plug file to /Users/[your-user]\n\n```bash\ncp .vimrc.plug ..\n```\n\n#### copy .vimrc file to /Users/[your-user]\n\n```bash\ncp .vimrc ..\n```\n\n#### install plugins\n\n```bash\nvim\n:PlugInstall\n```\n\n#### update plugins\n\n```bash\nvim\n:PlugUpdate\n```\n\n# Best Commands\n\n### GENERAL COMMANDS\n\n##### obs.: you can merge commands described how normal mode with visual mode to affect several lines\n\n#### cut line [NORMAL MODE]\n\n```bash\ndd\n```\n\n#### paste line [NORMAL MODE]\n\n```bash\np\n```\n\n####  copy line [NORMAL MODE]\n\n```bash\nyy\n```\n\n#### go to end line [NORMAL MODE]\n\n```bash\n$\n```\n\n#### go to respective line [NORMAL MODE]\n\n```bash\n:[line-number]\n```\n\n#### undo actions [NORMAL MODE]\n\n```bash\nu\n```\n\n#### split you window vertically\n\n```bash\n:vsp [path/filename.extesion]\n```\n\n\n#### split you window horizontally\n\n```bash\n:sp [path/filename.extesion]\n```\n\n#### change view to right\n\n```bash\nCTRL + W\nL\n```\n\n#### change view to left\n\n```bash\nCTRL + W\nH\n```\n\n#### change view to up\n\n```bash\nCTRL + W\nJ\n```\n\n#### change view to up\n\n```bash\nCTRL + W\nK\n```\n\n#### split selected window\n\n```bash\nCTRL + W\nS\n```\n\n### PLUGINS COMMANDS\n\n#### open NerdTree [NORMAL MODE]\n\n```bash\n:NERDTree\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuryalencar%2Fvim-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuryalencar%2Fvim-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuryalencar%2Fvim-configuration/lists"}