Alexander González Fertelalexfertel.hashnode.net·Jun 12, 2021FeaturedVim is actually worth itThis is neither an in-depth article about advanced vim features nor is it an ideology-inducing primer on why the oh-so-powerful god of editors is such a great monarch. This is just my experience discovering vim after using several different code edit...186 likes·22.9K readsvim
Travis Horntravishorn.hashnode.net·Jan 24, 2022Vim on ArchIf you've been following along with this series, we installed Arch Linux, xmonad window manager, Alacritty terminal emulator, and xmobar status bar all from scratch. Throughout the series, we've been using Nano to edit the many configuration files ne...60 likes·4.3K readsInstalling and Configuring Arch Linuxvim
Collins Rutokaka_ruto.hashnode.net·Oct 17, 2019FeaturedVim After A MonthMy Vim Journey I started learning vim in May this year. I wrote this article a month later on my phone while I was commuting upcountry. So bear with me as I was supposed to have released this a few months back. Why did I decide to give Vim a go? My ...53 likes·948 readsVim as an IDEvim
Christian Tegethoffctege.hashnode.net·Apr 24, 2023⚙️ Get into IdeaVim configuration, from basic to advancedThe IdeaVim is a Vim emulation plugin for IntelliJ Platform-based IDEs. It has a lot of supported motions and operations and can help you to quickly edit code and navigate through it. Install IdeaVim by using the IDE's plugin manager (File -> Setting...vim
Oleg Gulevskyyogulevskyy.hashnode.net·Apr 21, 2023Discovering the Zed IDE: An OverviewWhat is Zed? Zed is a new kid on the block in the IDE business but seems to be causing some people to talk about it. https://twitter.com/adamwathan/status/1648867721944104960?s=20 From the first look, it appears to be focusing on blazing speed (jus...1 likeIDEs
Rithul Kameshrithulkamesh.hashnode.net·Apr 17, 2023My Note Taking WorkflowMy notes workflow is using Neorg in the terminal. It's really fun to mess around with Vim and not leave the terminal at all! So I decided to write a blog for all of the Vim nerds. For Configuration, I have used the base neorg config which is on their...1 likeneovim
Gökay BÜRÜÇmidnightdeveloper.hashnode.net·Apr 12, 2023Step-By-Step Configuration Of NEOVIM Using LuaThe Lua programming language is a language used in Neovim as an alternative to the classic VIM Script language. The purpose of using Lua language is different from classical VIM Script, it is preferred for the following reasons. More precise editor ...28 readsneovim
Bhanuka Mallawaarachchibmax.hashnode.net·Apr 5, 2023Use vim to look cool! don't!A YouTube video I watch recently suggested to learn vim motions because "you look badass" when you use them. I've also seen many more videos where people say things like "I'm going back to vscode because:, vim sucks, emacs sucks, I don't want to look...2 likes·40 readsvim
Kevin Koechkevinkoech357.hashnode.net·Apr 4, 2023Vim: The Powerful Text-EditorVim is a highly configurable, terminal-based text editor that has been around since the early 90s, and despite its age, it remains a go-to tool for developers and sysadmins across the globe. So what makes Vim so unique? For starters, Vim has a steep ...vim linux
Bhanuka Mallawaarachchibmax.hashnode.net·Mar 29, 2023Code formatting in NeovimAs simple as it sound code formatting can get very complecated when you need to do it accross different filetype. I'm not a big fan of auto formatting on save, I like to choose when to format my code. But the problem with code formatting is there a m...26 readsvim
Smart Shocksmartshock.hashnode.net·Mar 28, 2023A cheat sheet for VIM text editorIf you're a programmer or someone who works with text files frequently, you might be familiar with Vim, a powerful and popular text editor. Vim can be intimidating at first, but once you learn some basic commands, it can greatly improve your producti...52 readsvim
Nik F Pnikfp.hashnode.net·Mar 16, 2023How to install and set up Neovim on WindowsAt the beginning of September 2022 I made the jump from VS Code to Neovim. I was having issues in VS Code with workflow and it was getting uncomfortable to use with the way keyboard shortcuts are handled. Moving turned out to be a great decision, and...10 likes·516 readsProductivity
Zyreezyree.hashnode.net·Mar 16, 2023Neovim as an IDESince Neovim is an infinitely extensible program, we can turn it into anything. Prebuilt Configs There are many preset configurations and frameworks on the internet for instant conversion of Neovim from a basic text editor into a full-fledged IDE wit...77 readsneovim