mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
vim: update description (#6237)
This commit is contained in:
parent
cabd356464
commit
7eea9a22df
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# vim
|
||||
|
||||
> Vim (Vi IMproved), a command-line 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.
|
||||
> Pressing `i` enters insert mode. `<Esc>` enters normal mode, which enables the use of Vim commands.
|
||||
> More information: <https://www.vim.org>.
|
||||
|
||||
- Open a file:
|
||||
|
|
Loading…
Add table
Reference in a new issue