mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:46:02 +02:00
vim: removed reference to "programmer's" text editor
Vim can be used for all sorts of text editing. I know that there are a lot of folks that use Vim who are _not_ programmers. You can use Vim for any sort of writing or text editing.
This commit is contained in:
parent
e80c67e791
commit
dda02c001c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# vim
|
||||
|
||||
> Vim (Vi IMproved), a programmer's command-line text editor, provides several modes for different kinds of text manipulation.
|
||||
> 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.
|
||||
> More information: <https://www.vim.org>.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue