From 7fb1a44ec1874ffac369521b7dd17a0a7d6e3fe2 Mon Sep 17 00:00:00 2001 From: stu <36813890+s-cork@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:42:22 +0800 Subject: [PATCH 1/2] fix typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a686b74..066f845 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ projects = { ## ⇁ Others #### How do Harpoon marks differ from vim global marks -they seve a similar purpose however harpoon marks differs in a few key ways: +they serve a similar purpose however harpoon marks differs in a few key ways: 1. They auto update their position within the file 1. They are saved _per project_. 1. They can be hand edited vs replaced (swapping is easier) From e3102e436039978f13c9bd7d56a234a635e3cc15 Mon Sep 17 00:00:00 2001 From: stu <36813890+s-cork@users.noreply.github.com> Date: Sun, 6 Feb 2022 20:45:29 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Salomon Popp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 066f845..808fef5 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ projects = { ## ⇁ Others #### How do Harpoon marks differ from vim global marks -they serve a similar purpose however harpoon marks differs in a few key ways: +they serve a similar purpose however harpoon marks differ in a few key ways: 1. They auto update their position within the file 1. They are saved _per project_. 1. They can be hand edited vs replaced (swapping is easier)