Kevin Kavetecodeteacher.hashnode.dev·Feb 12, 2024Learning EmacsEmacs: More Than Just a Text Editor The GNU Emacs manual describes Emacs as an extensible, customizable, self-documenting real-time display editor. While that's accurate, it doesn't capture the full potential of this powerful tool. Let's explore what...DiscussEmacs, Linux, Unix editor, GNU editors.
James Mathengecodejunction.hashnode.dev·Jul 27, 2023Essential Commands for Vim and EmacsCore Vim Commands Vim's modal editing relies heavily on keyboard commands. Mastering movement, editing, and other shortcuts in Normal, Visual, and Insert modes is key to productivity. Normal Mode Navigation: hjkl - left, down, up, right movement gg...Discuss·10 likesEmacs
James Mathengecodejunction.hashnode.dev·Jul 26, 2023Vim vs EmacsIntroduction Text editors are one of the most fundamental tools used by programmers and power users. Choosing the right editor can have a significant impact on productivity. Two of the most popular and powerful command-line text editors are Vim and E...Discuss·10 likes·29 readsvim
S M Mahmud Hasandevknowledge.hashnode.dev·Jun 4, 2023CheatSheet for [VI/VIM] Necessary CommandsI listed all the necessary commands that I used in my daily terminal work life. What is a VI/VIM? Vi/VIM - A Text Editor For Unix based Systems like Linux, macOS, and FreeBSD. How to open a file Using Vim? vim File_name It open a created file, if th...Discuss·29 readsLinux
Shahriar Ghasempourshahriaarrr.hashnode.dev·Mar 25, 202310 Linux command that can cause destruction and should never be runLinux has become the dominant operating system in the world, with widespread usage in most areas and industries. It powers a wide range of devices, from Android operating systems on smartphones, to servers and even computer systems in refrigerators a...Hossein Shourabi and 1 other are discussing this2 people are discussing thisDiscuss·22 likes·361 readsLinux
Abhishek Valaabhishekvala.hashnode.dev·Dec 14, 2022VIM EditorVIM is a widely used file editor of Linux. Here you can get to know the usage and functionality of the VIM editor. Syntax: vim filename/filepath There are three modes in VIM. Command Mode Insert Mode Executable Mode By default, you are in comma...Discussvim linux
Obinneji Chibuzor Francisobinneji.hashnode.dev·Sep 20, 2022Permissions in Linux Operating SystemUnix system provides a form of security for users, files, and directories. With some shell permission commands, you can display user identity, change file's mode, set default file permission, change file owner, and even group owners. Basic shell per...Discuss·31 readslinux for beginners
Francis Onukwublog.onfranciis.dev·Aug 18, 2022Day 4 Of The ALX Software Engineering ProgramSo we are still on the terminal and we just got introduced to Vi and Emacs ! 🥳 - They are text editors that can be used in the command line. They're not your regular text editors since they have some distinct feature that makes them sought after in ...DiscussALXvi
Rabie Bmllinuxus.hashnode.dev·Jun 26, 2022How to Install Ubuntu 22.04 LTS DesktopIntroduction Ubuntu 22.04 (Jammy Jellyfish) was released on April 21, 2022. It’s a Long-Term Support (LTS) release, meaning that it will receive support and updates until April 2026. This tutorial will assist you in setting up Ubuntu 22.04 LTS on you...Ikram Hsine and 2 others are discussing this3 people are discussing thisDiscuss·4 likes·319 readsLinux BasicsUbuntu