tools
Some Notes on Vim
Some notes on Vim window management, Tab Management and Other Stuffsa..
Window Management a window in Vim is the viewport for a buffer. following are …
2 Mins #vim #neovim #editor 13 Dec, 2020
Session Management in Vim
If you ask me about the most underrated feature in Vim, my answer would be ‘Session Management’ straightaway! Just like any other …
5 Mins #vim #neovim #editor 26 Oct, 2020
NeoMutt: the Command Line Email Client
Mutt is a command-line email client which can connect to IMAP/POP3 and SMTP protocols as well as read emails from local directories.
So, how do I …
6 Mins #mutt #email 20 Oct, 2020
Make and Makefile
make is a tool responsible for generating binary and other non-source files of a program from the program’s source.
make can be used to compile …
3 Mins #build-tools #devtools 10 Aug, 2020
Registers in Vim
Registers in Vim are simply different locations where Vim could store texts. a register can be accessed by using " as prefix. For example: key …
3 Mins #vim #neovim #editor 26 Jul, 2020