Files
lk/writing/vim.md
2025-08-31 22:45:22 +02:00

582 B

title, tags
title tags
vim basics
vim
basic

Instant nano replacement

vim -y - will start vim but like other editors like nano, there will be syntax highlighting, etc Keybind to exit this mode is Ctrl+q

Steps

  1. Insert text by pressing a.
  2. Stop inserting text by pressing Ctrl+[.
  3. Exit with ZZ.
  4. Congratulations, you now know vim.

Extras