From c6315a57680c46f3708c9809269dbe09aeee6918 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Wed, 25 Jun 2025 08:04:53 -0700 Subject: [PATCH] gvim: add page (#16959) * Create gvim.md * Update gvim.md Co-authored-by: Wiktor Perskawiec --------- Co-authored-by: Wiktor Perskawiec --- pages/common/gvim.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/gvim.md diff --git a/pages/common/gvim.md b/pages/common/gvim.md new file mode 100644 index 0000000000..441e5ae71b --- /dev/null +++ b/pages/common/gvim.md @@ -0,0 +1,13 @@ +# gvim + +> A Graphical User Interface version of Vim (Vi IMproved), a command-line text editor. +> See also: `vimdiff`, `vimtutor`, `nvim`, `vim`. +> More information: . + +- Open `gvim`: + +`gvim` + +- Open a specific file: + +`gvim {{path/to/file}}`