From 1bc849c105a93f9830b72d8b67fb9bbbf5d60593 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 11 Aug 2024 20:43:11 +0100 Subject: Neovim bits ! --- public/articals/neovim/0move | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'public/articals/neovim/0move') diff --git a/public/articals/neovim/0move b/public/articals/neovim/0move index 6850ca2..463194a 100644 --- a/public/articals/neovim/0move +++ b/public/articals/neovim/0move @@ -25,28 +25,40 @@

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