mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 09:55:24 +02:00

* Create gvim.md * Update gvim.md Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc> --------- Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
262 B
262 B
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}}