LinuxCommandLibrary

pluma

Edit files in MATE desktop environment.

TLDR

Start the editor

$ pluma
copy


Open specific documents
$ pluma [path/to/file1 path/to/file2 ...]
copy


Open documents using a specific encoding
$ pluma --encoding [WINDOWS-1252] [path/to/file1 path/to/file2 ...]
copy


Print all supported encodings
$ pluma --list-encodings
copy


Open document and go to a specific line
$ pluma +[10] [path/to/file]
copy

Copied to clipboard