From dc76ead9978ea3cf3d5c43c86e0d25f932293203 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 7 Aug 2024 16:12:37 +0100 Subject: Added neovim junk --- public/articals/neovim/1move | 52 ++++++++++++++++++++++++++++++++++++++++++++ public/articals/neovimlist | 35 +++++++++++++++++++++++++++++ public/index.html | 1 + 3 files changed, 88 insertions(+) create mode 100644 public/articals/neovim/1move create mode 100644 public/articals/neovimlist (limited to 'public') diff --git a/public/articals/neovim/1move b/public/articals/neovim/1move new file mode 100644 index 0000000..8d9d849 --- /dev/null +++ b/public/articals/neovim/1move @@ -0,0 +1,52 @@ + + + + + + Neovim index + + + + +
+ +
+
+

Moving around in Neovim

+
+

Basic movements

+

Moving around in Neovim is pretty easy so this will not be a long tutorial!

+

To move around in Neovim you need to be in the 'Normal mode' where you cannot type anything.

+ +

Moving around in Neovim is not that hard as you can see! It might feel weird now but the more you use Neovim the more you get used to it. Now lets move onto some of the more advanced movements.

+
+

Spesific movements

+

To go to spesific parts of the file is pretty easy.

+ +
+
+

That is all now you know how to move around in Neovim!

+
+
Back   Next
+    
+ + diff --git a/public/articals/neovimlist b/public/articals/neovimlist new file mode 100644 index 0000000..958fbd9 --- /dev/null +++ b/public/articals/neovimlist @@ -0,0 +1,35 @@ + + + + + + Neovim index + + + + +
+ +
+
+

Neovim

+

This is a collection of material I have written about the NeoVim text editor. So have a little read and see if there is anything that you like.

+
+

Why Use Neovim?

+

Neovim is a fast and modern text editor with amazing documentation, which has led to a wide range of plugins being developed for it. It is also lightweight and easy to learn the basics.

+
+

Tutorials

+ +
+ + + diff --git a/public/index.html b/public/index.html index 6e6bced..7a99a69 100644 --- a/public/index.html +++ b/public/index.html @@ -38,6 +38,7 @@

Articles

-- cgit v1.2.3