mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 13:55:23 +02:00
gvim: add page (#16959)
* Create gvim.md * Update gvim.md Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc> --------- Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
eff57c4e8c
commit
c6315a5768
1 changed files with 13 additions and 0 deletions
13
pages/common/gvim.md
Normal file
13
pages/common/gvim.md
Normal file
|
@ -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: <https://www.vim.org>.
|
||||||
|
|
||||||
|
- Open `gvim`:
|
||||||
|
|
||||||
|
`gvim`
|
||||||
|
|
||||||
|
- Open a specific file:
|
||||||
|
|
||||||
|
`gvim {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue