From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- public/articals/neovim/2exitingnvim.html | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 public/articals/neovim/2exitingnvim.html (limited to 'public/articals/neovim/2exitingnvim.html') diff --git a/public/articals/neovim/2exitingnvim.html b/public/articals/neovim/2exitingnvim.html deleted file mode 100644 index af1ec51..0000000 --- a/public/articals/neovim/2exitingnvim.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - Exiting Neovim - - - - -
- -
-
-

How to exit Neovim!

-
-

The clasic meme, how do I exit Vim?

-

There are two ways to exit Neovim; both are easy to remember. The first way to leave Neovim is to leave without saving any of the changes, and the second way is to leave while saving the changes.

- -

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