Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.45 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.45 KB

vim-kata

A collection of challenges to practice Neovim.

Caution

Only continue if you know how to quit Vim...

Instructions

  • Install Neovim. You can use this configuration if you'd like. Otherwise, find another way to install Neovim or use the default vim installation that's included on your machine if there is one.
  • Head to ./exercises and run through the exercises in order
    • try to complete them in as few keystrokes as possible
    • make a note of your keystrokes to share with the group afterwards, writing them down with pen and paper is enough
    • Hint: you can open a file by running nvim ./exercises/Round_01.py, or by opening Neovim with nvim and then typing :e ./exercises/Round_01.py and pressing enter to run the command.
  • We will discuss the solutions between each round of challenges!
  • If you finish any of the rounds before the time is up either:

Resources