David CarrProdcblog.dev·Sep 18, 2023VIM shortcutsVIM Modes There are multiple modes in vim, normal mode is loaded by default. Command mode. Press : from normal mode, This mode is used when escape is pressed. Insert mode. Press i to enter insert mode, from here typing is allowed within the file. Vis...Discussvim
Yuvaraj Jblog.jyuvaraj.in·Sep 12, 2023A Programmer's Setup: How to Never Touch Your Arrow Keys AgainAs developers, we spend countless hours hunched over our keyboards, meticulously crafting lines of code, and navigating through sprawling codebases. Some of us spend exorbitant amounts to buy (or even build) custom keyboards. But, rarely does most of...Discuss·5 likes·42 readskeyboard shortcuts
Ayomide Aluko oxayomide.hashnode.dev·Sep 9, 2023Creating a Node.js Server with CMD/Vim: A Step-by-Step GuideIntroduction Node.js has emerged as a preferred platform for developing server-side applications, thanks to its speed and versatility. In this guide, we'll demonstrate how to set up a Node.js server using the command line interface (CMD) and the Vim ...DiscussNode.js
Victor O. Alvarezstreamofletters.xyz·Sep 7, 2023Sort Text Lines with VIMTo sort text lines with VIM you first select the lines you wish to sort with visual mode and then sort them. To execute this task follow the following steps: Place the cursor on the first line you wish to sort. Move the cursor down into the last li...Discussvim
Iano Njugunaianonjuguna.hashnode.dev·Sep 2, 2023How I Set Up My Neovim Config For Web DevelopmentIntroduction I've been using the Neovim text editor for the past year. While I still rely on VS Code for certain tasks, my journey with Neovim has been enjoyable. In this guide, I'll walk you through how I've set up my Neovim configuration to boost m...Discuss·2 likes·35 readsneovim
Emre Duzgunterminal3.hashnode.dev·Sep 2, 2023How to create a Dockerfile using VimVim is a powerful yet simple text editor used for editing text files inside the terminal. It is loved among programmers, system administrators and DevOps engineers for its adherence to ditching the mouse for keyboard shortcuts. Vim has interfaces suc...Discuss·3 likesDocker
Victor O. Alvarezstreamofletters.xyz·Sep 1, 2023Install VIM Editor on a Debian DesktopWhen working with a Debian Linux Desktop it is ideal to install the 'vim-gtk3' package instead of the 'vim' package because the first includes the 'copy to clipboard' feature. The 'vim' package left out this feature on purpose to be used on servers, ...Discussvim
Eniola Kwuelumcapitise.hashnode.dev·Aug 29, 2023My Journey to Fullstack Mastery at ALX- Day 2It's been a while. Scratch that. It's been one heck of a week-long hiatus. I struggled with practically non-existent power, only for my health to take a nosedive when power was finally restored. Thankfully, it was more of a warning than an actual bre...Discuss·1 likecoding
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...Discussvim
Chris Paraisochrisparaiso.hashnode.dev·Aug 20, 2023Revisiting my Development EnvironmentFrom working the usual 9 to 5 job on top of studying data engineering (Python, SQL, DE concepts), I've been feeling a little burnt out with everything. I decided to take a break and revisit my development environment to see what I could add, remove o...Discuss·1 likeneovim