VIM is gem!!

VIM is gem!!
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...
0 Read More

Vim-Editor

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...
0 Read More

From Neovim to VSCode

From Neovim to VSCode
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...
0 Read More

Blog Post: My first Neovim plugin

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...
0 Read More