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 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 public/articals/neovim/1move (limited to 'public/articals/neovim/1move') 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
+    
+ + -- cgit v1.2.3