What is VIM? Basically, VIM will help you to code faster than you think, by using some commands. If you learn VIM, it's an advantage while competing with others, as well as it will increase your produ...
In this article I want to show you the toolset that I install on every new workstation.This is going to be a very subjective recommendation. I just felt I should share the exact steps that I do to get...
When I started learning Vim few years ago, I read through a lot of blog posts and watched a lot of videos. I notice that most of the tutorials teach visual mode in a way that makes it seem like an imp...
Welcome to my optimized Laravel development setup featuring Nvim with LazyVim integration. This configuration is tailored to enhance productivity and streamline the development workflow for Laravel pr...
1.Basic vim commandsi.vim vim.txt => open file in vim
ii. :q => quit
iii. :q! => force quit
IV. :wq or ZZ => save and exit
V. :x => save and exit ,if only changes...
Proficiency: A high degree of skill; expertise.If you're serious about becoming a highly skilled programmer, you will probably want to be extremely proficient with the keyboard.Your job is to interact...
1. Introduction to Sonatype Nexus
What is Sonatype Nexus?
Sonatype Nexus is a powerful, open-source repository manager that allows organizations to store and manage software artifact...
What the hell is Neovim?
If you've started reading this post but don't know what Neovim is, it's basically a text editor based on Vim, but with some improvements. You can also use it as a ful...
Let’s be honest, Vim can look scary at first. That black screen with no buttons? No thank you! Or have you ever stared at Vim's blank screen and felt that knot of confusion in your stomach? Trust me...
I just published a blog post about my first Neovim plugin: notekeeper.It's a minimal Lua plugin that lets you take notes per project, directly inside Neovim.Why I built it, how it works, and how you c...