mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
post(update): learning neovim
This commit is contained in:
parent
a7ce9c4a4c
commit
f4e7f8f9b3
1 changed files with 21 additions and 0 deletions
21
docs/posts/learning-neovim.md
Normal file
21
docs/posts/learning-neovim.md
Normal file
|
@ -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!
|
||||||
|
|
||||||
|
<!-- 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.
|
Loading…
Reference in a new issue