From 8bbdcbb2d0711134a68bd80ae541edbfb4f472ad Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 21 Feb 2025 19:19:17 +0000 Subject: Changed all files to .html and new post! --- public/articals/neovim/3Basic.html | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 public/articals/neovim/3Basic.html (limited to 'public/articals/neovim/3Basic.html') diff --git a/public/articals/neovim/3Basic.html b/public/articals/neovim/3Basic.html new file mode 100644 index 0000000..a185cb6 --- /dev/null +++ b/public/articals/neovim/3Basic.html @@ -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