diff --git a/docs/posts/learning-neovim.md b/docs/posts/learning-neovim.md new file mode 100644 index 0000000..84afd8a --- /dev/null +++ b/docs/posts/learning-neovim.md @@ -0,0 +1,21 @@ +--- +date: + created: 2024-11-13 + updated: 2024-11-16 +categories: + - Update +pin: false +slug: learning-neovim +--- + +# Learning :simple-vim:{ .vim } 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 :simple-vim:{ .vim } Vim for better (keyboard) efficiency! + + + +It's worth noting that :simple-vim:{ .vim } Vim motion itself is not limited to :simple-vim:{ .vim } (Neo)Vim the editor. And I'm only interested in the former. + +I'm using ![VSCode-Neovim](https://assets.tylernguyen.wiki/logos/VSCode-Neovim.png){ .twemoji } Neovim extension for VSCode. Notably, the extension is not Vim emulation for VSCode. It instead embeds an instance of NeoVim inside VSCode.