https://github.com/iggredible/Learn-Vim Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Education + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} iggredible / Learn-Vim Public * Notifications * Fork 884 * Star 9.4k Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for License View license 9.4k stars 884 forks Star Notifications * Code * Issues 5 * Pull requests 3 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights iggredible/Learn-Vim This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 2 branches 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/i] Use Git or checkout with SVN using the web URL. [gh repo clone iggred] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @iggredible iggredible Merge pull request #158 from zl190/master ... c539187 Sep 8, 2022 Merge pull request #158 from zl190/master add one missed word in line 292 c539187 Git stats * 508 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time images Remove images May 14, 2021 08:46 .gitignore Initial Commit, also Ch 5 - moving in file July 13, 2020 08:30 LICENSE.txt Update License to by-nc-sa September 8, 2020 12:16 README.md Add Ch21 multi-file-operations and push the current ch21 to ch28 one ... July 13, 2021 07:39 ch00_read_this_first.md Chapter 00 changes October 18, 2021 00:48 ch01_starting_vim.md Update ch01_starting_vim.md February 1, 2022 14:16 ch02_buffers_windows_tabs.md Chapter 02 changes October 18, 2021 23:09 ch03_searching_files.md Leader key is backslash January 14, 2022 12:30 ch04_vim_grammar.md Fixes some grammatical errors October 13, 2021 16:55 ch05_moving_in_file.md Correction in "Current Line Navigation" topic August 9, 2022 21:39 ch06_insert_mode.md S is synonym for cc January 22, 2022 00:02 ch07_the_dot_command.md Fix a word typo January 24, 2022 10:03 ch08_registers.md Mention both =*p and "*p forms for pasting from registers May 3, 2022 22:35 ch09_macros.md typo: remove redundant Ctl-R January 1, 2022 16:31 ch10_undo.md Update the chapter headings May 29, 2021 10:17 ch11_visual_mode.md Fix accident in previous change + 1 more comma July 28, 2022 00:22 ch12_search_and_substitute.md missing 's' July 16, 2021 16:28 ch13_the_global_command.md Merge pull request #143 from CyrusYip/patch-8 January 31, 2022 10:37 ch14_external_commands.md repetitive part November 8, 2021 12:21 ch15_command-line_mode.md Fix a typo in ch15 October 11, 2021 13:11 ch16_tags.md Update the chapter headings May 29, 2021 10:17 ch17_fold.md Fix a typo in ch17 October 11, 2021 15:50 ch18_git.md Update the chapter headings May 29, 2021 10:17 ch19_compile.md Update the chapter headings May 29, 2021 10:17 ch20_views_sessions_viminfo.md add one missed word in line 292 August 31, 2022 20:15 ch21_multiple_file_operations.md chap21: fix header September 4, 2021 20:16 ch22_vimrc.md Merge pull request #156 from CyrusYip/patch-12 August 30, 2022 12:29 ch23_vim_packages.md Fix Chapter numbering January 15, 2022 00:12 ch24_vim_runtime.md ch24: fix typos August 25, 2022 02:05 ch25_vimscript_basic_data_types.md Fix the wrong chapter headers October 27, 2021 09:41 ch26_vimscript_conditionals_and_loops.md Fix the wrong chapter headers October 27, 2021 09:41 ch27_vimscript_variable_scopes.md Fix the wrong chapter headers October 27, 2021 09:41 ch28_vimscript_functions.md Fix the wrong chapter headers October 27, 2021 09:41 ch29_plugin_example_writing-a-titlecase-plugin.md Replace MVP jargon April 9, 2022 13:35 View code [ ] Learn Vim (the Smart Way) What's This? I Want More Vim Tips! Support This Project Table Of Contents Prologue Part 1: Learn Vim the Smart Way Part 2: Customize Vim the Smart Way Part 3: Learn Vimscript the Smart Way Translations License & Copyright README.md Learn Vim (the Smart Way) What's This? Learn Vim (the Smart Way) is a guide to learn the good parts of Vim. There are many places to learn Vim: the vimtutor is a great place to start and the help manual has all the references you will ever need. However, the average user needs something more than vimtutor and less than the help manual. This guide attempts to bridge that gap by highlighting only the key features to learn the most useful parts of Vim in the least time possible. This guide is written for both beginner and advanced Vimmers. It starts out with broad and simple concepts and ends with specific and advanced concepts. If you're an advanced user already, I would encourage you to read this guide from start to finish anyway, because you will learn something new! I Want More Vim Tips! Follow @learnvim for updates, Vim tips, etc. Support This Project This guide is and will always be free. If you want to financially support this project, you can purchase this guide on Leanpub. [learn-vim-cov] Table Of Contents Prologue * Ch 0 - Read This First Part 1: Learn Vim the Smart Way * Ch 1 - Starting Vim * Ch 2 - Buffers, Windows, and Tabs * Ch 3 - Opening and Searching Files * Ch 4 - Vim Grammar * Ch 5 - Moving in a File * Ch 6 - Insert Mode * Ch 7 - The Dot command * Ch 8 - Registers * Ch 9 - Macros * Ch 10 - Undo * Ch 11 - Visual Mode * Ch 12 - Search and Substitute * Ch 13 - The Global Command * Ch 14 - External Commands * Ch 15 - Command-line Mode * Ch 16 - Tags * Ch 17 - Fold * Ch 18 - Git * Ch 19 - Compile * Ch 20 - Views, Sessions, and Viminfo * Ch 21 - Multiple File Operations Part 2: Customize Vim the Smart Way * Ch 22 - Vimrc * Ch 23 - Vim Packages * Ch 24 - Vim Runtime Part 3: Learn Vimscript the Smart Way * Ch 25 - Vimscript Basic Data Types * Ch 26 - Vimscript Conditionals And Loops * Ch 27 - Vimscript Variable Scopes * Ch 28 - Vimscript Functions * Ch 29 - Plugin Example: Writing a Titlecase Plugin Translations * Learn-Vim Zhong Wen Fan Yi (zh-CN) * Learn-Vim Spanish(es) License & Copyright The materials here are all (c) 2020-2021 Igor Irianto. Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International. About Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for Topics vim editor linux learning education unix tutorial programming book book-series advanced code-editor beginner training-providers training-materials learning-to-code intermediate Resources Readme License View license Stars 9.4k stars Watchers 181 watching Forks 884 forks Releases No releases published Packages 0 No packages published Contributors 46 * @iggredible * @victorhck * @CyrusYip * @jain-anshu * @qq88976321 * @HattDroid * @darager * @pantras * @mynameis222222 * @nicoder * @djavrell + 35 contributors Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.