{"id":31363897,"url":"https://github.com/yanniskatsaros/vim-tutor","last_synced_at":"2026-06-17T23:31:00.764Z","repository":{"id":98822926,"uuid":"179789088","full_name":"yanniskatsaros/vim-tutor","owner":"yanniskatsaros","description":"Cheatsheet for Vim Tutor","archived":false,"fork":false,"pushed_at":"2019-04-06T05:03:29.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-27T06:02:05.779Z","etag":null,"topics":["editor","terminal","vim","vimtutor"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanniskatsaros.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-06T04:37:36.000Z","updated_at":"2025-08-27T02:08:50.000Z","dependencies_parsed_at":"2023-05-25T15:30:26.685Z","dependency_job_id":null,"html_url":"https://github.com/yanniskatsaros/vim-tutor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yanniskatsaros/vim-tutor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanniskatsaros%2Fvim-tutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanniskatsaros%2Fvim-tutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanniskatsaros%2Fvim-tutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanniskatsaros%2Fvim-tutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanniskatsaros","download_url":"https://codeload.github.com/yanniskatsaros/vim-tutor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanniskatsaros%2Fvim-tutor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"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-17T02:00:05.408Z","response_time":127,"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":["editor","terminal","vim","vimtutor"],"created_at":"2025-09-27T06:00:26.247Z","updated_at":"2026-06-17T23:31:00.758Z","avatar_url":"https://github.com/yanniskatsaros.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://cdn-images-1.medium.com/max/1200/1*JbJ98XkVFGBsFyfk-1lE9g.png\" width=\"200\" /\u003e\n\n# Vim Tutor Cheatsheat\nCheatsheet for [Vim Tutor](http://www2.geog.ucl.ac.uk/~plewis/teaching/unix/vimtutor).\n\nVim Tutor comes installed with most modern MacOS and Linux distributions. To run it, enter `vimtutor` in the terminal.\nFor Windows there should be an entry in the start menu folder titled \"vim tutor\" if you install Vim.\n\n## Lesson 1\n1. The cursor is moved using either the arrow keys or the `h j k l` keys.\n   - `h` : left\n   - `j` : down\n   - `k` : up\n   - `l` : right\n2. To start Vim from the shell prompt type: `vim FILENAME \u003cENTER\u003e`\n3. To exit Vim, type:\n   - `\u003cESC\u003e :q! \u003cENTER\u003e` to trash all changes\n   - `\u003cESC\u003e :wq \u003cENTER\u003e` to save the changes\n4. To delete the character at the cursor, type: `x`\n5. To insert or append text, type:\n   - `i` type inserted text `\u003cESC\u003e` (insert before the cursor)\n   - `A` type appended text `\u003cESC\u003e` (append after the line)\n   \nNote: Pressing `\u003cESC\u003e` will place you in `NORMAL` mode or will cancel an unwanted and partially completed command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanniskatsaros%2Fvim-tutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanniskatsaros%2Fvim-tutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanniskatsaros%2Fvim-tutor/lists"}