2025-07-24 22:27:13 -06:00
|
|
|
# gvim
|
|
|
|
|
|
|
|
|
|
> A Graphical User Interface version of Vim (Vi IMproved), a command-line text editor.
|
|
|
|
|
> See also: `vimdiff`, `vimtutor`, `nvim`, `vim`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.vim.org/>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- Open `gvim`:
|
|
|
|
|
|
|
|
|
|
`gvim`
|
|
|
|
|
|
|
|
|
|
- Open a specific file:
|
|
|
|
|
|
|
|
|
|
`gvim {{path/to/file}}`
|