From faf7fe25f338263a3444d4e4122f87f0e314f135 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Tue, 24 Jun 2025 20:32:46 -0700 Subject: [PATCH] vim: reference `gvim` in 'See also' (#16958) Update vim.md --- 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 5d24377186..8f00b4538b 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -2,7 +2,7 @@ > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. > Pressing `` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. -> See also: `vimdiff`, `vimtutor`, `nvim`. +> See also: `vimdiff`, `vimtutor`, `nvim`, `gvim`. > More information: . - Open a file: