Raj Kumar Beherarajkumarbehera.hashnode.dev·Jun 12, 2024Top Tricks to Excel at the Linux VI Editor :The VI editor is a powerful text editor available on almost all Unix-like operating systems, including Linux. It is renowned for its efficiency and versatility, especially among system administrators and developers. Despite its steep learning curve, ...Discusslinux-editors
Amartya Chowdhurywidewipe.hashnode.dev·Feb 21, 2024How to set up NvChad on Linux (Ubuntu for me)NvChad is a set of configurations for Neovim, a command-line based text editor. Neovim is the latest version of Vim, which uses Lua, which is easy to understand and configure. Install Neovim First of all, open your terminal and type the two following...Discuss·1 like·237 readsneovim
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 6, 2024Lecture # 12 - vi Text EditorOpening file with vi: To open file in vi vi [file-name] command is used. If there is already a file with the name entered, this command will open that existing file otherwise a new file will be created and opened in vi editor. By running the command ...DiscussDevops
Ikechukwu Ashimonyetechgecko.hashnode.dev·Nov 14, 2023Introduction to Text Editors: Vi(m)Before we dive deep into the topic, you must have wondered what "vi(m)" means. I wrote it that way because any command I would be teaching you would apply to both the vi and vim text editors. VIM stands for Vi Improved, so you get the gist. The defau...Discuss·10 likes·38 readsThe ShellText Editors
Akash C Mdevopswithakash.hashnode.dev·Nov 4, 2023VI-EDITOR Deep DiveVI editor is a powerful and widely used text editor in UNIX and Linux operating systems. It allows us to create, edit and manage text files. Vim is the advanced version of the VI editor There are three modes in VI : Command mode Escape mode Insert...DiscussDevOps BlogLinux
Akash Devakashdevblog.hashnode.dev·Oct 30, 2023Getting started with vi editorI've been learning Linux for about 2 months now and the main issue I was facing is with the vi editor. vi (visual editor) is the default editor that comes with the UNIX operating system. This editor is not similar to the other editors we use like Not...DiscussLinux
Danny Crastoblog.danwald.me·Aug 26, 2023vim -> neovimI've finally made the move after being introduced to vim back in at the Univeristy of Kentucky (Go Big Blue!) in the last millennium. Sluggishness is my pet peeve and was the motivation for moving because vim loaded with all my plugin's was painfully...Discuss·35 readsvim
Abdulhakeem Mayakimayakihakeem.hashnode.dev·Jul 31, 2023A Beginner's Guide to VIMIntroduction Vim is renowned for its speed, efficiency, and versatility, making it an invaluable tool for developers and writers alike. Mastering Vim can supercharge your text editing workflow and revolutionize the way you work with text. In this blo...Discuss·3 likes·150 readsvim
Modadeoluwa Adedamolamothedev.hashnode.dev·Jul 29, 2023ALX WEEK 1, Onboarding.My first week in the ALX SWE program, if I am to summarize how it feels, I will say exciting, the mere thought of what I could potentially achieve with this program has me excited and motivated. This first week was majorly focused on environment and ...Discuss·1 likeMy ALX Software Engineering experienceAlx
Kajal Upadhyaythetechgirl.hashnode.dev·Jul 17, 2023Basic Editors in LinuxWe all remember opening Notepad or Wordpad on our personal computers and typing away. It was one of the first things we did on our systems for most people. Creating and working with files is a very basic aspect of learning any Operating System. The s...Discuss·1 likeLinux