From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- public/articals/neovim/3Basic.html | 72 -------------------------------------- 1 file changed, 72 deletions(-) delete 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 deleted file mode 100644 index a185cb6..0000000 --- a/public/articals/neovim/3Basic.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - 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