mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
parent
2e739edb94
commit
faf7fe25f3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation.
|
> 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.
|
> 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>.
|
> More information: <https://www.vim.org>.
|
||||||
|
|
||||||
- Open a file:
|
- Open a file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue