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}}`