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 | 72 ------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 public/articals/neovim/3Basic (limited to 'public/articals/neovim/3Basic') diff --git a/public/articals/neovim/3Basic b/public/articals/neovim/3Basic deleted file mode 100644 index 48da7fe..0000000 --- a/public/articals/neovim/3Basic +++ /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