David Carrdcblog.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...Discuss·60 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...Discuss·1.8K 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...Dhruva Srinivas and 4 others are discussing this5 people are discussing thisDiscuss·41 likes·2.7K 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...Discuss·255 readsvim