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/2exitingnvim | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 public/articals/neovim/2exitingnvim (limited to 'public/articals/neovim/2exitingnvim') diff --git a/public/articals/neovim/2exitingnvim b/public/articals/neovim/2exitingnvim new file mode 100644 index 0000000..4b3cbd4 --- /dev/null +++ b/public/articals/neovim/2exitingnvim @@ -0,0 +1,36 @@ + + + + + + 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
+    
+ + -- cgit v1.2.3