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:

committed by
Starbeamrainbowlabs

parent
e80c67e791
commit
dda02c001c
@@ -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>.
|
||||
|
||||
|
Reference in New Issue
Block a user