• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

pluma Command Examples in Linux

by Deepika

Pluma is a lightweight and easy-to-use text editor that is designed to be used with the MATE desktop environment on Linux systems. MATE is a popular desktop environment that is based on the classic GNOME 2 interface, and Pluma is one of the default applications that is included with MATE.

Pluma provides a range of features and capabilities that make it a powerful and versatile text editor. It supports syntax highlighting for a wide range of programming languages, making it easy to write and edit code. It also supports automatic indentation, code folding, and line numbering, making it easy to navigate and edit large code files.

In addition to its code editing features, Pluma also supports a range of text editing capabilities. It provides a spell checker, word completion, and automatic text wrapping, making it a useful tool for writing documents and other types of text-based content.

Pluma is designed to be lightweight and fast, making it a good choice for users who need a simple and efficient text editor. It is easy to use and provides a range of customization options, making it a versatile tool that can be tailored to meet the needs of individual users.

pluma Command Examples

1. Start the editor:

# pluma

2. Open specific documents:

# pluma path/to/file1 path/to/file2 ...

3. Open documents using a specific encoding:

# pluma --encoding WINDOWS-1252 path/to/file1 path/to/file2 ...

4. Print all supported encodings:

# pluma --list-encodings

5. Open document and go to a specific line:

# pluma +10 path/to/file

Summary

Overall, Pluma is a powerful and versatile text editor that is designed to be used with the MATE desktop environment. It provides a range of features and capabilities that make it a useful tool for editing code, writing documents, and other text-based tasks. If you’re using the MATE desktop environment and need a lightweight and efficient text editor, Pluma is definitely worth considering.

Filed Under: Linux

Some more articles you might also be interested in …

  1. CentOS / RHEL : How to Recover from deleted /etc/passwd file
  2. What is Anacron and usage of Anacron in Linux
  3. restorecon: command not found
  4. Basic NFS Security – NFS, no_root_squash and SUID
  5. Intel I219-LM Centos 6 network failed to start
  6. How to map /dev/sdX and /dev/mapper/mpathY device from the /dev/dm-Z device
  7. a2dissite Command Examples in Linux
  8. ldd Command Options in Linux
  9. mate-screenshot Command Examples in Linux
  10. 5 Useful Command Examples to Monitor User Activity under Linux

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright