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/0move.html | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 public/articals/neovim/0move.html (limited to 'public/articals/neovim/0move.html') diff --git a/public/articals/neovim/0move.html b/public/articals/neovim/0move.html new file mode 100644 index 0000000..f6810ea --- /dev/null +++ b/public/articals/neovim/0move.html @@ -0,0 +1,65 @@ + + + + + + + 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.

+ Tip: You can press a number and a movement key to go to where you want, for example, 4k to move four spaces up or 4j to move four spaces down. +
+

Spesific movements on words

+

These are movements on individual sentances.

+ + +
+

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
+    
+ + -- cgit v1.2.3