From 56867c9b4ced86f7231a5ee1bbea62b0cb784574 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 28 Aug 2024 07:46:57 +0100 Subject: Changes to lang --- public/articals/neovim/0move | 31 ++++++++++++++++--------------- public/articals/neovim/1modes | 3 ++- public/articals/neovim/2exitingnvim | 29 +++++++++++++++-------------- 3 files changed, 33 insertions(+), 30 deletions(-) (limited to 'public/articals/neovim') diff --git a/public/articals/neovim/0move b/public/articals/neovim/0move index 4d287d3..79a0e31 100644 --- a/public/articals/neovim/0move +++ b/public/articals/neovim/0move @@ -1,22 +1,23 @@ - - + + + Neovim index - - + +
- +

Moving around in Neovim

@@ -56,9 +57,9 @@
-

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

-
-
Back   Next
+        

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

+
+
Back   Next
     
diff --git a/public/articals/neovim/1modes b/public/articals/neovim/1modes index 8b0b5a6..da70d37 100644 --- a/public/articals/neovim/1modes +++ b/public/articals/neovim/1modes @@ -1,7 +1,8 @@ - + + Modes in Neovim diff --git a/public/articals/neovim/2exitingnvim b/public/articals/neovim/2exitingnvim index 0a335d2..21f46c9 100644 --- a/public/articals/neovim/2exitingnvim +++ b/public/articals/neovim/2exitingnvim @@ -1,22 +1,23 @@ - - + + + Exiting Neovim - - + +
- +

How to exit Neovim!

@@ -29,8 +30,8 @@

To people who have used Vim-based text editors, this might look strange to you because you are used to using :q and :q! And whilst those do still work, using ZZ and ZQ is way more dynamic and just smoother in the long run.

-
-
Back
+        
+
Back
     
-- cgit v1.2.3