Bhanuka Mallawaarachchiimbmax.com·Aug 25, 2024Vim Fuzzy file search and navigation without pluginsRecently, I got curious about how Vim’s built-in commands handle file finding and navigation. Even though I was using modern fuzzy finding plugins at the time, I decided to explore Vim’s native mechanisms. To my surprise, I started enjoying the simpl...2 likes·128 readsfuzzy-file
Manasvi Gadecloudopedia.hashnode.dev·Jul 10, 2024Customizing Vim: How to Change the Color Scheme for Better ReadabilityAs a coder, readability is key to productivity. One simple yet powerful way to enhance your coding experience is by customizing the color scheme of your text editor. If you’re using Vim, a highly configurable text editor, you may have encountered sit...1 likevim color configuration
Rakesh Venkatrvbug.hashnode.dev·Feb 17, 2024Configuring your IDE - NeovimIntroduction An Integrated Development Environment (IDE) provides a comprehensive list of features like code editor, compiler/interpreter, code completion, debugger and much more. Modern editors work out of the box. Just install, launch and you are r...227 readsneovim
David Carrdcblogdev.hashnode.dev·Sep 28, 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...92 readsvim
Giuseppe Gadolagiusgad.hashnode.dev·Dec 26, 2022Vimscript to lua: everything you need to knowHave you been wanting to write your own neovim configuration in Lua, or translate your old vimrc? If the answer is yes, you're in the right place. In this article, I'm going to tell you everything you need to know to accomplish this goal. Introductio...1 like·4.1K readsneovim
Jared Atandijaredatandi.hashnode.dev·Oct 3, 2022FeaturedHow to configure Vim for max productivityVim is a text editor that is widely used by programmers and developers. It is a highly configurable editor and allows the user to customize it to their own needs and preferences. In this article, I will show you how to configure Vim to ensure maximum...49 likes·2.5K readsvimrc
Enis Arikenis.one·Dec 21, 2021Introduction to Vim-DiffVim-Diff is a great tool to compare two scripts and do instant merging from one to another. It is fast and very efficient to work with. Vim-Diff comes with Vim as a default functionality. Usage To activate Vim-Diff, there must be two script files (bu...299 readsvim