Training plan › First steps
Saving and quitting the LazyVim way
:w, Ctrl+S and the other ways to save and close.
Saving in Vim is :w (write). LazyVim also adds Ctrl+s, which saves from any mode, even Insert. To quit you have :q, and to quit everything <Space>qq (LazyVim). LazyVim's leader key is the space bar: you will see <Space> all over this kata.
4 steps · 4 min · 50 XP
- Save with :w
- Save with Ctrl+S
- Try to quit with changes
- Quit everything