1
0
Fork 0
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:
Ryan Olson 2020-01-27 08:40:57 -07:00 committed by Starbeamrainbowlabs
parent e80c67e791
commit dda02c001c

View file

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