From 24d57aa4855b178254f36c7378738d1e59997e29 Mon Sep 17 00:00:00 2001 From: Jai Sinha Date: Sun, 2 Oct 2022 14:25:14 +0300 Subject: [PATCH] Added different types of text-editors that a developer can use in linux at the bottom of the cheatsheet --- linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux.md b/linux.md index 5835dac..502c838 100644 --- a/linux.md +++ b/linux.md @@ -42,3 +42,10 @@ tar -zcvf foo.txt.tar.gz foo.txt tar -xvf foo.txt.tar.gz ``` +## Text Editor Options for Programmers + +```c +Sublime Text Atom GNU Emacs +Vim Gedit Notepadqq +Nano VsCode Brackets +```