Learning Vim¶
I'm writing at the same speed and quantity I've always had. Increasingly, however, I find myself manipulating texts much more frequently. Copying, deleting, moving, and formatting texts with the mouse is slowing me down at best and distracting my train of thoughts at worse.
So now I'm set on learning and using Vim for better (keyboard) efficiency!
It's worth noting that Vim motion itself is not limited to (Neo)Vim the editor. And I'm only interested in the former.
I'm using Neovim extension for VSCode. Notably, the extension is not Vim emulation for VSCode. It instead embeds an instance of NeoVim inside VSCode.