HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gvim — A Graphical User Interface version of Vim (Vi IMproved), a command-line text editor. See also: `vimd

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandgraphicalgvimviminterfacecliuserversion

Problem

How to use the gvim command: A Graphical User Interface version of Vim (Vi IMproved), a command-line text editor. See also: vimdiff, vimtutor, nvim, vim. More information: <https://www.vim.org/>.

Solution

gvim — A Graphical User Interface version of Vim (Vi IMproved), a command-line text editor. See also: vimdiff, vimtutor, nvim, vim. More information: <https://www.vim.org/>.

Open gvim:
gvim


Open a specific file:
gvim {{path/to/file}}

Code Snippets

Open `gvim`

gvim

Open a specific file

gvim {{path/to/file}}

Context

tldr-pages: common/gvim

Revisions (0)

No revisions yet.