vim: update description (#6237)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user