From 7f17dd9ae7173927242f855e0885c07ef9d56219 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Thu, 19 Sep 2024 06:32:16 +0100 Subject: misc changes plus nepvim additions --- public/articals/neovim/3Basic | 72 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 public/articals/neovim/3Basic (limited to 'public/articals/neovim/3Basic') diff --git a/public/articals/neovim/3Basic b/public/articals/neovim/3Basic new file mode 100644 index 0000000..48da7fe --- /dev/null +++ b/public/articals/neovim/3Basic @@ -0,0 +1,72 @@ + + + + + + + Basic commands + + + + +
+ +
+
+ +

Basic Commands


+ +

There are over 100 commands in Neovim, and thankfully, you don't need to know all of them to use the text editor—just a few basic commands are enough.


+ +

Copy and Paste in Neovim

+

Instead of using Ctrl + C and Ctrl + V, Neovim uses y and p for copying and pasting lines:

+ +
+ +

Deleting Lines

+ +
+ +

Undo and Redo

+ +
+ +

Saving and Quitting

+ +
+ +

Searching

+ +
+ +
Back
+
+ + -- cgit v1.2.3