Graphical Editor
Introduction
In this lession, we will introduce the various graphical editors available in the Linux Operating System.
Graphical editors in Linux
The command line editors nano , vi and emacs are appropicate to use when you connect to a server via SSH or when you are using a terminal emulator application.
If you are running Linux as a desktop operating system, you also have access to graphical editors.
- emacs only works at the command line, but it also has a graphical mode. The key strokes that work on command line version also work in the graphical verison.
- gedit is the default text editor for the Gnome desktop environment. It is very similar to Notepad.
- gvim is the graphical version of vi. The key strokes that work on command line version also work in the graphical verison.
- kedit is similar to gedit, it is the default editor for the KDE desktop environment.
If you are looking for a Microsoft Word replacement, consider Abiword or LibreOffice. LibreOffice not only includes a word processor, but it is a complete office suite. It contains spreadsheet, a database and presentation software. If you are looking for a source code editor to help in computer programming, you can look at an editor like Kate, Geany, jEdit or Sublime Text.
Summary
There are various of text editors and word processors for Linux. emacs and vi both have graphical counterparts.
Sometimes you may not have access to a graphical environment, for example when you are connecting to a server over SSH, you have to use command line editor.
Latest Post
- Dependency injection
- Directives and Pipes
- Data binding
- HTTP Get vs. Post
- Node.js is everywhere
- MongoDB root user
- Combine JavaScript and CSS
- Inline Small JavaScript and CSS
- Minify JavaScript and CSS
- Defer Parsing of JavaScript
- Prefer Async Script Loading
- Components, Bootstrap and DOM
- What is HEAD in git?
- Show the changes in Git.
- What is AngularJS 2?
- Confidence Interval for a Population Mean
- Accuracy vs. Precision
- Sampling Distribution
- Working with the Normal Distribution
- Standardized score - Z score
- Percentile
- Evaluating the Normal Distribution
- What is Nodejs? Advantages and disadvantage?
- How do I debug Nodejs applications?
- Sync directory search using fs.readdirSync