preloader
  • Home
  • Vim - Nano - Emacs

Not all text editors are created equal, you may find that a particular editor works best for your needs.

blog-thumb

Not all text editors are created equal, you may find that a particular editor works best for your needs.

Vim

It is a lightweight yet powerful multipurpose text editor that addresses all your text editing needs, from basic configuration file editing to emulating full Integrated Development Environments (IDEs) for software development.

Vim has all the features you expect from a modern text editor:

  1. Undo and redo.
  2. Autocomplete.
  3. GUI mode.
  4. Find and replace.
  5. Built-in terminal.
  6. Built-in file manager.
  7. Spell check.
  8. Color scheme.
  9. Syntax highlighting.

Vim has as main features:

  1. Vim is fast, it is light and fast and runs mainly in the terminal.
  2. Vim works with a keyboard, it provides a keyboard-only experience.
  3. Vim is intuitive, providing quick and easy navigation commands.
  4. Vim is flexible and extensible, it can perform simple and complex tasks.

This text editor has Forks like neovim and spacevim.

Nano

It’s a plain and simple lightweight text editor. Its sole purpose is to allow text editing, it is very lightweight, but it contains complex capabilities where many *nix operating systems have it installed by default as an editor, they use it when in recovery mode.

Its Find functionality is not case sensitive by default, this is useful when you are looking for all instances of a word or if you are not sure which case the word is in.

Other search benefits include:

  1. Move to specific locations within the document.
  2. Find/replace a word or words.
  3. The ability to search backwards.
  4. The very useful fact that it will return to the top once it reaches the end of the document to continue searching.

Emacs

GNU Emacs has all the usual features of easy package installation, easy theming, with a GUI interface as well as a terminal-only interface, a built-in file manager, split screens, remote editing, autosaving, and much more.

Using a rudimentary implementation of Lisp combined with features already built into Emacs, we can automatically move saved files to a hidden directory, giving you the convenience of not having to see backup files while knowing that backup files are missing. support exist.

Some of the favorite features of some users are:

  1. Micro Emacs, one of the lighter alternatives to GNU Emacs.
  2. It is a lightweight alternative to Vim.
  3. You can use Vim key bindings in GNU Emacs with evil-mode.

Conclusions

These are the most used options in the world of GNU Linux, one can decide which editor to use based on their needs and daily tasks.