From aed61217d2289e82cbe0284963400c46358a6039 Mon Sep 17 00:00:00 2001 From: cobaltblu27 <31608123+cobaltblu27@users.noreply.github.com> Date: Sun, 26 Jan 2020 15:59:55 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2362e77..1d716a9 100644 --- a/README.md +++ b/README.md @@ -679,3 +679,8 @@ Credit:@Tomcat-42 Credit: @jofftiquez ***Quit software engineering for good.*** + +## The Stack Overflow Way +Credit: @cobaltblu27 + +*Yeah exiting vim is really frustrating sometimes. You should definately try using Neovim. It's fast, has terminal emulator, and also supports plugin that will help you exit vim.* From 67a590a5bcea84a4741eb7d50a9afa63971d9bb0 Mon Sep 17 00:00:00 2001 From: maiki Date: Mon, 3 Feb 2020 13:35:19 -0800 Subject: [PATCH 2/2] Fix headings and code formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d716a9..9b46705 100644 --- a/README.md +++ b/README.md @@ -534,9 +534,10 @@ exit him how exit vim ``` -### Linux +## Linux ```vim :call libcallnr('libc.so.6', 'exit', 0) +``` ## The canonical way Credit: @ligurio