mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 08:35:35 +02:00
gvim: add Spanish translation (#16963)
This commit is contained in:
parent
96c0512f19
commit
3e333dcf12
1 changed files with 13 additions and 0 deletions
13
pages.es/common/gvim.md
Normal file
13
pages.es/common/gvim.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# gvim
|
||||
|
||||
> Una versión de interfaz gráfica de usuario de Vim (Vi IMproved), un editor de texto de línea de comandos.
|
||||
> Vea también: `vimdiff`, `vimtutor`, `nvim`, `vim`.
|
||||
> Más información: <https://www.vim.org>.
|
||||
|
||||
- Abre `gvim`:
|
||||
|
||||
`gvim`
|
||||
|
||||
- Abre un archivo específico:
|
||||
|
||||
`gvim {{ruta/al/archivo}}`
|
Loading…
Add table
Reference in a new issue