mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 16:33:14 -06:00
22 lines
938 B
Markdown
22 lines
938 B
Markdown
|
---
|
||
|
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!
|
||
|
|
||
|
<!-- more -->
|
||
|
|
||
|
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.
|