Switch between tmux panes and vim split windows

tmux-vim integration to transparently switch between tmux panes and vim split windows – _readme.md… Read more

Similar

The Power of Recursive Macros in Vim

~ 2 minute If for some crazy reason you’re not already a user of Vim, shutdown your computer and go think about your life choices. Joking aside, Vim is really a great editor. And if you didn’t know – Vim supports macros. Basics of macros in Vim Macros rep... (more…)

Read more »

From Vim-Plug to Packer.nvim

Over the past two years, I have been using vim-plug as my Nvim plugin manager. Vim-plug is powerful, fast and amazing, especially considering that all its features are contained in a single vim script. It uses the old way to manage plugins, i.e., it will ... (more…)

Read more »