mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 07:41:29 +00:00
30 lines
550 B
Plaintext
30 lines
550 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pluma
|
|
|
|
> Edit files in MATE desktop environment.
|
|
> More information: <https://manned.org/pluma>.
|
|
|
|
- Start the editor:
|
|
|
|
`pluma`
|
|
|
|
- Open specific documents:
|
|
|
|
`pluma {{path/to/file1 path/to/file2 ...}}`
|
|
|
|
- Open documents using a specific encoding:
|
|
|
|
`pluma --encoding {{WINDOWS-1252}} {{path/to/file1 path/to/file2 ...}}`
|
|
|
|
- Print all supported encodings:
|
|
|
|
`pluma --list-encodings`
|
|
|
|
- Open document and go to a specific line:
|
|
|
|
`pluma +{{10}} {{path/to/file}}`
|