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

  1. Save with :w
  2. Save with Ctrl+S
  3. Try to quit with changes
  4. Quit everything

Create a free account