#vim
Read more stories on Hashnode
Articles with this tag
Takeout the vimscript keymaps into lua with a single function call in Neovim · Introduction Are you bored of writing all the keymaps from vimscript to...
Setting up or Migrating to Lua in Neovim Configuration. Using Lua in Neovim for configurations and moving out of Vimscript. Setting up Keymaps, Plugin ·...
A short guide to comment/uncomment chunks of code effectively in Vim · Introduction We as programmers always fiddle with commenting out code for code...
Setting up Vim for basic Competitive Programming. · Introduction Vim is not a bad text editor when it comes to using it for Competitive Programming. It's...
Understanding the reasons why people use Vim · Introduction So, Why would one use Vim? As Vim being the most complicated Text editor when it comes to...
Customizing the NERDTree plugin in Vim for enhancing file management and navigation. · Introduction NERDTree is a great plugin in Vim for managing and...