From e759816928ebdbf25dc7d415e2f2bfbaa2993976 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Tue, 26 Apr 2022 20:44:34 +1000 Subject: [PATCH] pluma: add page (#8010) --- pages/linux/pluma.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/pluma.md diff --git a/pages/linux/pluma.md b/pages/linux/pluma.md new file mode 100644 index 000000000..dedcfad2d --- /dev/null +++ b/pages/linux/pluma.md @@ -0,0 +1,24 @@ +# pluma + +> Edit files in MATE desktop environment. +> More information: . + +- 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}}`