mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 22:41:36 +00:00
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# view
|
|
|
|
> A read-only version of `vim`.
|
|
> This is equivalent to `vim -R`.
|
|
> More information: <https://www.vim.org>.
|
|
|
|
- Open a file:
|
|
|
|
`view {{path/to/file}}`
|