Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-26 00:20:38 +00:00
parent f4e4b40a39
commit 6771bea4b5
3 changed files with 38 additions and 1 deletions

18
tldr/gvim Normal file
View 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}}`