leerob / vim-for-react-devs

A bite-sized course to get you quickly productive with Vim.
https://vimforreactdevs.com
475 stars 23 forks source link
reactjs vim

Vim for React Developers

by leerob

This mini-course is designed to help React developers learn Vim commands and apply them to real-world scenarios by fixing and editing React code. The course focuses on the most helpful Vim commands when working with React and JavaScript.

https://vimforreactdevs.com

Prerequisites

Before starting this course, you should have neovim installed and configured:

  1. Install Neovim and dependencies
    • macOS: brew install nvim fzf ripgrep
    • Windows: choco install -y neovim git ripgrep wget fd unzip gzip mingw make
  2. Follow this Neovim quickstart

That's it! Download the course file and start neovim with nvim course.tsx.

Course Content

View the completed course file.

Cheat Sheet

Modes

Navigation

Actions

Motions

Objects

Examples

Miscellaneous