mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|