Added content to 105-editors.md (#1905)

Added basic description and references for Vim / Nano / PowerShell / Emacs
pull/1910/head
Dhruva Sagar 2 years ago committed by GitHub
parent 2881d49bd8
commit 378d1a200e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 39
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/105-editors.md

@ -1 +1,40 @@
# Editors
Editors are tools that allow you to create or edit files on your file system.
## Vim
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.
Vim ships with `vimtutor` that is a tutor designed to describe enough of the Vim commands that you will be able to easily use Vim as an all-purpose editor.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.vim.org'>Vim</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://vimhelp.org/'>Vim help files</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://vim.fandom.com/wiki/Vim_Tips_Wiki'>Vim Tips Wiki</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://vim-adventures.com/'>Vim Adventures</BadgeLink>
## Nano
GNU nano is a small and friendly text editor.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.nano-editor.org/'>GNU Nano</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://www.nano-editor.org/dist/latest/nano.html'>GNU Nano Manual</BadgeLink>
## PowerShell
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://learn.microsoft.com/en-us/powershell/'>PowerShell Documentation</BadgeLink>
## Emacs
An extensible, customizable, free/libre text editor.
At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.gnu.org/software/emacs/'>GNU Emacs</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://www.gnu.org/software/emacs/documentation.html'>GNU Emacs Documentation</BadgeLink>

Loading…
Cancel
Save