mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 07:51:36 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/gvim
Normal file
18
tldr/gvim
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user