Files
cheatsheet-tldr/tldr/view

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}}`