vim: update description (#6237)

beep
CleanMachine1 2021-07-26 17:26:53 +01:00 committed by GitHub
parent cabd356464
commit 7eea9a22df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: