

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
Not enough gems
Cost: 6 gems
1: Package Managers
incomplete
2: Using Neovim
incomplete
3: Package Manager Review
incomplete
4: Webi
incomplete
5: Code Editors
incomplete
6: Code Editors on WSL
incomplete
This lesson's interactive features are locked, please to keep using them
This isn't a course on Neovim (we'd need at least 420 more lessons for that), but let's at least figure out how to edit a file and exit the program.
Don't be fooled, exiting Vim (or Neovim) is one of the greatest hurdles you must overcome as a developer. It's a rite of passage. It's a badge of honor.
There's a public file containing a company password!
It's a text file that's using markdown syntax. You can open a file with Neovim by passing in the file path as an argument:
nvim FILEPATH_HERE
Once it's open, you might notice that you can't type anything. That's because you're in "normal" mode, the mode for navigating and manipulating text.
You've successfully edited a file (and escaped from) Neovim!
Paste the contents into the input field and submit it.