From dda02c001c128f8b52821755a9e82ff6df697445 Mon Sep 17 00:00:00 2001 From: Ryan Olson Date: Mon, 27 Jan 2020 08:40:57 -0700 Subject: [PATCH] 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. --- pages/common/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/vim.md b/pages/common/vim.md index af72c1492..64777e3e4 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -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. `` goes back to normal mode, which doesn't allow regular text insertion. > More information: .