vim: update description (#6237)

This commit is contained in:
CleanMachine1
2021-07-26 17:26:53 +01:00
committed by GitHub
parent cabd356464
commit 7eea9a22df

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: