Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-26 00:20:38 +00:00
parent f4e4b40a39
commit 6771bea4b5
3 changed files with 38 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation.
> Pressing `<i>` in normal mode enters insert mode. Pressing `<Esc>` goes back to normal mode, which enables the use of Vim commands.
> See also: `vimdiff`, `vimtutor`, `nvim`.
> See also: `vimdiff`, `vimtutor`, `nvim`, `gvim`.
> More information: <https://www.vim.org>.
- Open a file: