From 9006aa8a65d62e53c5650049c020acc913322e06 Mon Sep 17 00:00:00 2001 From: Akshit Chilkoti <86488967+Akshit-Chilkoti@users.noreply.github.com> Date: Fri, 23 Jun 2023 21:29:48 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e7205e1..957b407 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ Below are some simple methods for exiting vim. For real vim (and hacking) tips, follow [hakluke](https://twitter.com/hakluke) and [tomnomnom](https://twitter.com/tomnomnom) on twitter. +## The simplest way +Credit: @akshit-chilkoti +```vim +:wq +``` ## The simple way Credit: @tomnomnom