lk/vim/basic_vim.md

17 lines
341 B
Markdown
Raw Normal View History

2022-04-26 17:09:37 +00:00
---
2022-11-06 13:28:09 +00:00
title: "vim basics"
2023-04-16 12:49:47 +00:00
tags: [ "Documentation", "vim", "basic" ]
2022-04-26 17:09:37 +00:00
---
2023-04-16 12:49:47 +00:00
1. Insert text by pressing `i`.
1. Stop inserting text by pressing `Ctrl+[`.
1. Exit with `ZZ`.
1. Congratulations, you now know `vim`.
2022-04-26 17:09:37 +00:00
## Extras
- [Navigation](navigate.md)
- [Completion](vim-completion.md)
- [Search](vim-search.md)
- [Window Splits](vim-windows.md)