If you are like me and just at the start of your coding journey, git rebase --interactive might be a scary command. I feared that if anything went...
To add the current date and time to a file in Vim / Neovim use the following command in command mode :.!date
Location of Neovim configuration file, init.vim · In MacOS and Linux, you can usually find init.vim in the following folder ~/.config/nvim/ If you...
Install and apply colorschemes or themes in neovim · Installation Colorschemes/themes in Neovim / Vim need to be installed like any other plugin. You can...
VS code like code runner in Neovim with a simple script. · To implement a code runner in neovim you'll have to write a script, you can just copy the...
Introduction: Using multiple GitHub accounts is a common scenario for developers who work on personal and professional projects simultaneously....