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.
client-spec/clarity
Ryan Olson 2020-01-27 08:40:57 -07:00 committed by Starbeamrainbowlabs
parent e80c67e791
commit dda02c001c
1 changed files with 1 additions and 1 deletions

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