HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pluma — Edit files in MATE desktop environment. More information: <https://manned.org/pluma>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesplumaclienvironmentmateeditdesktop
linux

Problem

How to use the pluma command: Edit files in MATE desktop environment. More information: <https://manned.org/pluma>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/pluma

Revisions (0)

No revisions yet.