mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 17:55:25 +02:00
vim: fix typo (#2265)
This commit is contained in:
parent
0afa0fd3c2
commit
9bc8009b45
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# vim
|
||||
|
||||
> Vi IMproved, a programmer's text editor, providing several modes for different kinds of text manipulation.
|
||||
> Vi IMproved, a programmer's text editor, provides several modes for different kinds of text manipulation.
|
||||
> Pressing `i` enters edit mode. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion.
|
||||
|
||||
- Open a file:
|
||||
|
|
Loading…
Add table
Reference in a new issue