1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 07:15:24 +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:
Kristopher 2025-06-25 08:04:53 -07:00 committed by GitHub
parent eff57c4e8c
commit c6315a5768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
pages/common/gvim.md Normal file
View 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}}`